Package org.infinispan.server.security
Class ElytronJMXAuthenticator
java.lang.Object
org.infinispan.server.security.ElytronJMXAuthenticator
- All Implemented Interfaces:
BiPredicate<CallbackHandler,Subject>
- Since:
- 14.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit(org.infinispan.security.impl.Authorizer authorizer, ServerConfiguration serverConfiguration) booleantest(CallbackHandler callbackHandler, Subject subject) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Method Details
-
init
public static void init(org.infinispan.security.impl.Authorizer authorizer, ServerConfiguration serverConfiguration) -
test
- Specified by:
testin interfaceBiPredicate<CallbackHandler,Subject>
-