|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.stanford.rt.credential.IssuerAndRoleDeclaration
Principal
and
a RoleDeclaration
object. It is used as an index
to index the role definitions in CredentialStore
.Field Summary | |
private Principal |
issuer
|
private RoleDeclaration |
roleDeclaration
|
Constructor Summary | |
IssuerAndRoleDeclaration(Principal issuer,
RoleDeclaration roleDeclaration)
Constructor for IssuerAndRoleDeclaration. |
Method Summary | |
Principal |
getIssuer()
Returns the issuer. |
RoleDeclaration |
getRoleDeclaration()
Returns the roleDeclaration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Principal issuer
private RoleDeclaration roleDeclaration
Constructor Detail |
public IssuerAndRoleDeclaration(Principal issuer, RoleDeclaration roleDeclaration)
Method Detail |
public Principal getIssuer()
public RoleDeclaration getRoleDeclaration()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |