org.springframework.security.providers.jaas
Class JaasGrantedAuthority
java.lang.Object
org.springframework.security.GrantedAuthorityImpl
org.springframework.security.providers.jaas.JaasGrantedAuthority
- All Implemented Interfaces:
- Serializable, Comparable, 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$
- Author:
- Ray Krueger
- See Also:
AuthorityGranter
,
Serialized Form
JaasGrantedAuthority
public JaasGrantedAuthority(String role,
Principal principal)
getPrincipal
public Principal getPrincipal()
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.