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 classDefaultAuthenticationTokenFactoryDefault implementation of theAuthenticationTokenFactoryinterface that returnsUsernamePasswordTokeninstances based on inspecting theConnectionInfo.Methods in org.apache.activemq.shiro.authc that return AuthenticationTokenFactory Modifier and Type Method Description AuthenticationTokenFactoryAuthenticationFilter. getAuthenticationTokenFactory()Methods in org.apache.activemq.shiro.authc with parameters of type AuthenticationTokenFactory Modifier and Type Method Description voidAuthenticationFilter. setAuthenticationTokenFactory(AuthenticationTokenFactory authenticationTokenFactory)
-