|
|||||||||
| Home >> All >> org >> acegisecurity >> providers >> [ jaas overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.providers.jaas
Class JaasGrantedAuthority

java.lang.ObjectGrantedAuthorityImpl
org.acegisecurity.providers.jaas.JaasGrantedAuthority
- public class JaasGrantedAuthority
- extends GrantedAuthorityImpl
Extends GrantedAuthorityImpl to hold the principal that an AuthorityGranter
justified as a reason to grant this Authority.
- Version:
- $Id: JaasGrantedAuthority.java,v 1.3 2005/11/17 00:55:52 benalex Exp $
| Field Summary | |
private java.security.Principal |
principal
|
| Constructor Summary | |
JaasGrantedAuthority(java.lang.String role,
java.security.Principal principal)
|
|
| Method Summary | |
java.security.Principal |
getPrincipal()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
principal
private java.security.Principal principal
| Constructor Detail |
JaasGrantedAuthority
public JaasGrantedAuthority(java.lang.String role, java.security.Principal principal)
| Method Detail |
getPrincipal
public java.security.Principal getPrincipal()
|
|||||||||
| Home >> All >> org >> acegisecurity >> providers >> [ jaas overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
GrantedAuthorityImpl