|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ogsadai.client.toolkit.security.wsrf.GSIAuthorizationType
uk.org.ogsadai.client.toolkit.security.wsrf.GSIIdentityAuthorizationType
Represention of GSI identity authorization. Client-side identity authorization specifies that the client will only authorize services whose identity match the specified identity.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private java.lang.String |
mIdentity
|
Fields inherited from class uk.org.ogsadai.client.toolkit.security.wsrf.GSIAuthorizationType |
HOST, NONE, SELF |
Constructor Summary | |
GSIIdentityAuthorizationType(java.lang.String identity)
Creates a new GSI authorization type which specifies that clients should authorizes services using the specified identity. |
Method Summary | |
boolean |
equals(java.lang.Object rhs)
Equality for GSIIdentityAuthorizationType. |
java.lang.String |
getIdentity()
Gets the identity that will be authorized. |
int |
hashCode()
Obtains the hash code for an instance. |
Methods inherited from class uk.org.ogsadai.client.toolkit.security.wsrf.GSIAuthorizationType |
toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private java.lang.String mIdentity
Constructor Detail |
public GSIIdentityAuthorizationType(java.lang.String identity)
identity
- identity to authorizeMethod Detail |
public java.lang.String getIdentity()
public boolean equals(java.lang.Object rhs)
rhs
- object to equate with
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |