Uses of Interface
org.apache.activemq.shiro.authc.AuthenticationPolicy
-
Packages that use AuthenticationPolicy Package Description org.apache.activemq.shiro org.apache.activemq.shiro.authc org.apache.activemq.shiro.subject -
-
Uses of AuthenticationPolicy in org.apache.activemq.shiro
Methods in org.apache.activemq.shiro that return AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicy
ShiroPlugin. getAuthenticationPolicy()
Methods in org.apache.activemq.shiro with parameters of type AuthenticationPolicy Modifier and Type Method Description void
ShiroPlugin. setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy)
-
Uses of AuthenticationPolicy in org.apache.activemq.shiro.authc
Classes in org.apache.activemq.shiro.authc that implement AuthenticationPolicy Modifier and Type Class Description class
DefaultAuthenticationPolicy
Methods in org.apache.activemq.shiro.authc that return AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicy
AuthenticationFilter. getAuthenticationPolicy()
Methods in org.apache.activemq.shiro.authc with parameters of type AuthenticationPolicy Modifier and Type Method Description void
AuthenticationFilter. setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy)
-
Uses of AuthenticationPolicy in org.apache.activemq.shiro.subject
Methods in org.apache.activemq.shiro.subject that return AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicy
DefaultConnectionSubjectFactory. getAuthenticationPolicy()
Methods in org.apache.activemq.shiro.subject with parameters of type AuthenticationPolicy Modifier and Type Method Description void
DefaultConnectionSubjectFactory. setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy)
-