Package waffle.shiro

Class WaffleFqnPrincipal

java.lang.Object
waffle.shiro.WaffleFqnPrincipal
All Implemented Interfaces:
Serializable

public class WaffleFqnPrincipal extends Object implements Serializable
The Class WaffleFqnPrincipal.
See Also:
  • Method Details

    • getFqn

      public String getFqn()
      Gets the fqn.
      Returns:
      the fully qualified name of the user
    • getGroupFqns

      public Set<String> getGroupFqns()
      Gets the group fqns.
      Returns:
      the fully qualified names of all groups that the use belongs to
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object