Class ElytronJMXAuthenticator
java.lang.Object
org.infinispan.server.security.ElytronJMXAuthenticator
- All Implemented Interfaces:
BiPredicate<CallbackHandler, Subject>
public class ElytronJMXAuthenticator
extends Object
implements 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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>
-