Class RealmAuthorizationCallbackHandler
- java.lang.Object
-
- org.infinispan.server.jgroups.security.RealmAuthorizationCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
public class RealmAuthorizationCallbackHandler extends Object implements CallbackHandler
RealmAuthorizationCallbackHandler. ACallbackHandlerfor JGroups which piggybacks on the realm-providedAuthorizingCallbackHandlers and provides additional role validation- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
-