Interface SAMLTokenPrincipal
-
- All Superinterfaces:
Principal
- All Known Implementing Classes:
SAMLTokenPrincipalImpl
public interface SAMLTokenPrincipal extends Principal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetName()SamlAssertionWrappergetToken()
-
-
-
Method Detail
-
getToken
SamlAssertionWrapper getToken()
-
getId
String getId()
-
-