Class PrincipalConversionLoginModule
java.lang.Object
org.apache.activemq.artemis.spi.core.security.jaas.PrincipalConversionLoginModule
- All Implemented Interfaces:
LoginModule
,AuditLoginModule
populate an empty (no UserPrincipal) subject with UserPrincipal seeded from existing principal
Useful when a third party login module generated principal needs to be accepted as-is by the broker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.activemq.artemis.spi.core.security.jaas.AuditLoginModule
registerFailureForAudit
-
Field Details
-
PRINCIPAL_CLASS_LIST
- See Also:
-
-
Constructor Details
-
PrincipalConversionLoginModule
public PrincipalConversionLoginModule()
-
-
Method Details
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState, Map<String, ?> options) - Specified by:
initialize
in interfaceLoginModule
-
login
- Specified by:
login
in interfaceLoginModule
- Throws:
LoginException
-
commit
- Specified by:
commit
in interfaceLoginModule
- Throws:
LoginException
-
abort
- Specified by:
abort
in interfaceLoginModule
- Throws:
LoginException
-
logout
- Specified by:
logout
in interfaceLoginModule
- Throws:
LoginException
-