|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a utility that is used in the construction and
comparison of OpenwingsRole objects to access the role's
credentials.
| Method Summary | |
boolean |
compareSignedRoles(java.security.SignedObject role1,
java.security.SignedObject role2)
This compares the credentials of two roles for equality. |
java.security.SignedObject |
getSignedRole(java.lang.String roleName)
This method constructs the signed object that represents the role's credentials. |
| Method Detail |
public java.security.SignedObject getSignedRole(java.lang.String roleName)
throws java.lang.SecurityException
roleName - the name of the role
java.lang.SecurityException - if unable to sign the role
public boolean compareSignedRoles(java.security.SignedObject role1,
java.security.SignedObject role2)
throws java.lang.SecurityException
role1 - a signed rolerole2 - another signed role
java.lang.SecurityException - if unable to compare the roles
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||