|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.authz.common.model.Subject
public final class Subject
Attribute-based description of the subject of an authorization request.
Constructor Summary | |
---|---|
Subject()
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Set<Attribute> |
getAttributes()
Gets the attributes that describe the subject. |
java.lang.String |
getCategory()
Gets the category to which the subject belongs. |
int |
hashCode()
|
void |
setCategory(java.lang.String newCategory)
Sets the category to which the subject belongs. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Subject()
Method Detail |
---|
public java.lang.String getCategory()
public void setCategory(java.lang.String newCategory)
newCategory
- category to which the subject belongspublic java.util.Set<Attribute> getAttributes()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |