net.sourceforge.jfacets.acegi
Class GrantedAuthorityProfile

java.lang.Object
  extended by net.sourceforge.jfacets.acegi.GrantedAuthorityProfile
All Implemented Interfaces:
IProfile

 class GrantedAuthorityProfile
extends java.lang.Object
implements IProfile

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

ga

private org.acegisecurity.GrantedAuthority ga
Constructor Detail

GrantedAuthorityProfile

public GrantedAuthorityProfile(org.acegisecurity.GrantedAuthority ga)
Create the profile from passed ga

Parameters:
ga -
Method Detail

getGrantedAuthority

public org.acegisecurity.GrantedAuthority getGrantedAuthority()
Return the granted authority.


getId

public java.lang.String getId()
Return the profile ID (GrantedAuthority.getAuthority)

Specified by:
getId in interface IProfile


Copyright © 2010. All Rights Reserved.