org.apache.commons.vfs2
Class UserAuthenticationData.Type
java.lang.Object
org.apache.commons.vfs2.UserAuthenticationData.Type
- All Implemented Interfaces:
- java.lang.Comparable<UserAuthenticationData.Type>
- Enclosing class:
- UserAuthenticationData
public static class UserAuthenticationData.Type
- extends java.lang.Object
- implements java.lang.Comparable<UserAuthenticationData.Type>
Inner class to represent portions of the user authentication data.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserAuthenticationData.Type
public UserAuthenticationData.Type(java.lang.String type)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
compareTo
public int compareTo(UserAuthenticationData.Type o)
- Specified by:
compareTo
in interface java.lang.Comparable<UserAuthenticationData.Type>
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- Returns:
- The hash code.
- Since:
- 2.0
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
- The type.
- Since:
- 2.0