org.jboss.security.identitytrust
Interface IdentityTrustManager
- All Superinterfaces:
- org.jboss.security.BaseSecurityManager
public interface IdentityTrustManager
- extends org.jboss.security.BaseSecurityManager
Interface representing the trust manager
for determining Identity
- Since:
- Aug 2, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
| Methods inherited from interface org.jboss.security.BaseSecurityManager |
getSecurityDomain |
isTrusted
IdentityTrustManager.TrustDecision isTrusted(SecurityContext securityContext)
- Make a Trust Decision on a security context
- Parameters:
securityContext - Security Context on which to act on
- Returns:
Copyright © 2007 JBoss Inc.. All Rights Reserved.