|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.jfacets.acegi.GrantedAuthorityProfile
class GrantedAuthorityProfile
Profile class for Granted Authorities.
| Field Summary | |
|---|---|
private org.acegisecurity.GrantedAuthority |
ga
|
| Constructor Summary | |
|---|---|
GrantedAuthorityProfile(org.acegisecurity.GrantedAuthority ga)
Create the profile from passed ga |
|
| Method Summary | |
|---|---|
org.acegisecurity.GrantedAuthority |
getGrantedAuthority()
Return the granted authority. |
java.lang.String |
getId()
Return the profile ID (GrantedAuthority.getAuthority) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private org.acegisecurity.GrantedAuthority ga
| Constructor Detail |
|---|
public GrantedAuthorityProfile(org.acegisecurity.GrantedAuthority ga)
ga - | Method Detail |
|---|
public org.acegisecurity.GrantedAuthority getGrantedAuthority()
public java.lang.String getId()
getId in interface IProfile
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||