Uses of Interface
org.infinispan.server.core.security.AuthorizingCallbackHandler
-
Packages that use AuthorizingCallbackHandler Package Description org.infinispan.server.core.security org.infinispan.server.core.security.simple -
-
Uses of AuthorizingCallbackHandler in org.infinispan.server.core.security
Methods in org.infinispan.server.core.security that return AuthorizingCallbackHandler Modifier and Type Method Description AuthorizingCallbackHandler
ServerAuthenticationProvider. getCallbackHandler(String mechanismName, Map<String,String> mechanismProperties)
Get a callback handler for the given mechanism name. -
Uses of AuthorizingCallbackHandler in org.infinispan.server.core.security.simple
Methods in org.infinispan.server.core.security.simple that return AuthorizingCallbackHandler Modifier and Type Method Description AuthorizingCallbackHandler
SimpleServerAuthenticationProvider. getCallbackHandler(String mechanismName, Map<String,String> mechanismProperties)
Get a callback handler for the given mechanism name.
-