Class SimpleGroupPrincipal

  • All Implemented Interfaces:
    java.security.Principal

    @SerializeWith(Externalizer.class)
    public class SimpleGroupPrincipal
    extends java.lang.Object
    implements java.security.Principal
    SimpleGroupPrincipal.
    Since:
    7.0
    Author:
    Tristan Tarrant
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleGroupPrincipal​(java.lang.String name)  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.security.Principal

        equals, hashCode, implies
    • Constructor Detail

      • SimpleGroupPrincipal

        public SimpleGroupPrincipal​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface java.security.Principal
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface java.security.Principal
        Overrides:
        toString in class java.lang.Object