Class PeerPrincipalCallback
- java.lang.Object
- 
- org.wildfly.security.auth.callback.PeerPrincipalCallback
 
- 
- All Implemented Interfaces:
- Serializable,- Callback,- ExtendedCallback
 
 public final class PeerPrincipalCallback extends Object implements ExtendedCallback, Serializable An optional callback to inform the callback handler of the peer's principal identity.- Author:
- David M. Lloyd
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PeerPrincipalCallback(Principal principal)Construct a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PrincipalgetPrincipal()Get the peer principal.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.wildfly.security.auth.callback.ExtendedCallbackisOptional, needsInformation
 
- 
 
-