org.acegisecurity.providers.jaas
Class JaasGrantedAuthority
java.lang.Object
org.acegisecurity.GrantedAuthorityImpl
org.acegisecurity.providers.jaas.JaasGrantedAuthority
- All Implemented Interfaces:
- Serializable, GrantedAuthority
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 1784 2007-02-24 21:00:24Z luke_t $
- Author:
- Ray Krueger
- See Also:
AuthorityGranter
,
Serialized Form
JaasGrantedAuthority
public JaasGrantedAuthority(String role,
Principal principal)
getPrincipal
public Principal getPrincipal()
Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.