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,v 1.3 2005/11/17 00:55:52 benalex Exp $
- Author:
- Ray Krueger
- See Also:
AuthorityGranter,
Serialized Form
JaasGrantedAuthority
public JaasGrantedAuthority(String role,
Principal principal)
getPrincipal
public Principal getPrincipal()
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.