Uses of Interface
org.apache.activemq.shiro.authc.AuthenticationTokenFactory
-
Packages that use AuthenticationTokenFactory Package Description org.apache.activemq.shiro.authc -
-
Uses of AuthenticationTokenFactory in org.apache.activemq.shiro.authc
Classes in org.apache.activemq.shiro.authc that implement AuthenticationTokenFactory Modifier and Type Class Description class
DefaultAuthenticationTokenFactory
Default implementation of theAuthenticationTokenFactory
interface that returnsUsernamePasswordToken
instances based on inspecting theConnectionInfo
.Methods in org.apache.activemq.shiro.authc that return AuthenticationTokenFactory Modifier and Type Method Description AuthenticationTokenFactory
AuthenticationFilter. getAuthenticationTokenFactory()
Methods in org.apache.activemq.shiro.authc with parameters of type AuthenticationTokenFactory Modifier and Type Method Description void
AuthenticationFilter. setAuthenticationTokenFactory(AuthenticationTokenFactory authenticationTokenFactory)
-