Package com.emc.object.s3.bean
Class AbstractGrantee
- java.lang.Object
-
- com.emc.object.s3.bean.AbstractGrantee
-
- All Implemented Interfaces:
java.lang.Comparable<AbstractGrantee>
- Direct Known Subclasses:
CanonicalUser
,Group
public abstract class AbstractGrantee extends java.lang.Object implements java.lang.Comparable<AbstractGrantee>
-
-
Constructor Summary
Constructors Constructor Description AbstractGrantee()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
compareTo(AbstractGrantee o)
abstract java.lang.String
getHeaderValue()
-
-
-
Method Detail
-
compareTo
public int compareTo(AbstractGrantee o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<AbstractGrantee>
-
getHeaderValue
public abstract java.lang.String getHeaderValue()
-
-