Class UserAuthenticationData.Type

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    UserAuthenticationData

    public static class UserAuthenticationData.Type
    extends java.lang.Object
    implements java.lang.Comparable
    • Constructor Summary

      Constructors 
      Constructor Description
      Type​(java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object o)  
      boolean equals​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • Type

        public Type​(java.lang.String type)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • compareTo

        public int compareTo​(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable