Class 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.Principal
    Since:
    5.3.0
    See Also:
    Serialized Form
    • 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.String getId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SurrogatePrincipal

        public SurrogatePrincipal()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface org.apereo.cas.authentication.principal.Principal
      • getAttributes

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributes()
        Specified by:
        getAttributes in interface org.apereo.cas.authentication.principal.Principal