org.jboss.security.plugins.identitytrust
Class JBossIdentityTrustManager
java.lang.Object
org.jboss.security.plugins.identitytrust.JBossIdentityTrustManager
- All Implemented Interfaces:
- org.jboss.security.BaseSecurityManager, org.jboss.security.identitytrust.IdentityTrustManager
public class JBossIdentityTrustManager
- extends Object
- implements org.jboss.security.identitytrust.IdentityTrustManager
Identity Trust Manager default implementation
- Since:
- Aug 2, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
Nested classes/interfaces inherited from interface org.jboss.security.identitytrust.IdentityTrustManager |
org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision |
Field Summary |
protected static org.jboss.logging.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.jboss.logging.Logger log
JBossIdentityTrustManager
public JBossIdentityTrustManager(String securityDomain)
setIdentityTrustContext
public void setIdentityTrustContext(org.jboss.security.identitytrust.IdentityTrustContext itc)
isTrusted
public org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted(org.jboss.security.SecurityContext securityContext)
- Specified by:
isTrusted
in interface org.jboss.security.identitytrust.IdentityTrustManager
- See Also:
IdentityTrustManager#isTrusted()
getSecurityDomain
public String getSecurityDomain()
- Specified by:
getSecurityDomain
in interface org.jboss.security.BaseSecurityManager
Copyright © 2009 JBoss Inc.. All Rights Reserved.