org.apache.commons.vfs
Class UserAuthenticationData.Type
java.lang.Object
org.apache.commons.vfs.UserAuthenticationData.Type
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- UserAuthenticationData
public static class UserAuthenticationData.Type
- extends java.lang.Object
- implements java.lang.Comparable
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(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.