Package org.infinispan.server.security
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
-
-
-
Method Detail
-
init
public static void init(ServerConfiguration serverConfiguration)
-
test
public boolean test(CallbackHandler callbackHandler, Subject subject)
- Specified by:
testin interfaceBiPredicate<CallbackHandler,Subject>
-
-