Class PrincipalsCallback
java.lang.Object
org.apache.activemq.artemis.spi.core.security.jaas.PrincipalsCallback
- All Implemented Interfaces:
Callback
A Callback for getting the peer principals.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for peer Principals.void
setPeerPrincipals
(Principal[] principal) Setter for peer Principals.
-
Constructor Details
-
PrincipalsCallback
public PrincipalsCallback()
-
-
Method Details
-
setPeerPrincipals
Setter for peer Principals.- Parameters:
principal
- The certificates to be returned.
-
getPeerPrincipals
Getter for peer Principals.- Returns:
- The principal being carried
-