Package org.apereo.cas.authentication
Class SurrogatePrincipal
- java.lang.Object
-
- org.apereo.cas.authentication.SurrogatePrincipal
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.principal.Principal
public class SurrogatePrincipal extends java.lang.Object implements org.apereo.cas.authentication.principal.PrincipalThis isSurrogatePrincipal.- Since:
- 5.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SurrogatePrincipal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.Object>>getAttributes()java.lang.StringgetId()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceorg.apereo.cas.authentication.principal.Principal
-
getAttributes
public java.util.Map<java.lang.String,java.util.List<java.lang.Object>> getAttributes()
- Specified by:
getAttributesin interfaceorg.apereo.cas.authentication.principal.Principal
-
-