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 AuthenticationPolicyShiroPlugin. getAuthenticationPolicy()Methods in org.apache.activemq.shiro with parameters of type AuthenticationPolicy Modifier and Type Method Description voidShiroPlugin. 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 classDefaultAuthenticationPolicyMethods in org.apache.activemq.shiro.authc that return AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicyAuthenticationFilter. getAuthenticationPolicy()Methods in org.apache.activemq.shiro.authc with parameters of type AuthenticationPolicy Modifier and Type Method Description voidAuthenticationFilter. 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 AuthenticationPolicyDefaultConnectionSubjectFactory. getAuthenticationPolicy()Methods in org.apache.activemq.shiro.subject with parameters of type AuthenticationPolicy Modifier and Type Method Description voidDefaultConnectionSubjectFactory. setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy)
-