Package org.apache.sshd.sftp.common
Enum Class SftpUniversalOwnerAndGroup
- All Implemented Interfaces:
Serializable
,Comparable<SftpUniversalOwnerAndGroup>
,Constable
,NamedResource
public enum SftpUniversalOwnerAndGroup
extends Enum<SftpUniversalOwnerAndGroup>
implements NamedResource
Some universal identifiers used in owner and/or group specification strings
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
static final Set<SftpUniversalOwnerAndGroup>
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SftpUniversalOwnerAndGroup
getName()
toString()
static SftpUniversalOwnerAndGroup
Returns the enum constant of this class with the specified name.static SftpUniversalOwnerAndGroup[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Owner
-
Group
-
Everyone
-
Interactive
-
Network
-
Dialup
-
Batch
-
Anonymous
-
Authenticated
-
Service
-
-
Field Details
-
VALUES
-
name
-
-
Constructor Details
-
SftpUniversalOwnerAndGroup
private SftpUniversalOwnerAndGroup()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
- Specified by:
getName
in interfaceNamedResource
- Returns:
- The resource name
-
toString
- Overrides:
toString
in classEnum<SftpUniversalOwnerAndGroup>
-
fromName
-