org.apache.commons.vfs2
Class UserAuthenticationData.Type
java.lang.Object
org.apache.commons.vfs2.UserAuthenticationData.Type
- All Implemented Interfaces:
- Comparable<UserAuthenticationData.Type>
- Enclosing class:
- UserAuthenticationData
public static class UserAuthenticationData.Type
- extends Object
- implements Comparable<UserAuthenticationData.Type>
Inner class to represent portions of the user authentication data.
UserAuthenticationData.Type
public UserAuthenticationData.Type(String type)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
compareTo
public int compareTo(UserAuthenticationData.Type o)
- Specified by:
compareTo
in interface Comparable<UserAuthenticationData.Type>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
- Returns:
- The hash code.
- Since:
- 2.0
toString
public String toString()
- Overrides:
toString
in class Object
- Returns:
- The type.
- Since:
- 2.0
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.