Class DefaultPrincipal

  • All Implemented Interfaces:
    Principal, java.io.Serializable, java.lang.Cloneable

    public class DefaultPrincipal
    extends java.lang.Object
    implements Principal
    Principal default implementation
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultPrincipal​(java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      • Methods inherited from class java.lang.Object

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

      • DefaultPrincipal

        public DefaultPrincipal​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()