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(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
-
test
- Specified by:
testin interfaceBiPredicate<CallbackHandler,Subject>
-