public class JBossIdentityTrustManager extends Object implements IdentityTrustManager
IdentityTrustManager.TrustDecision
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
log |
protected boolean |
trace |
Constructor and Description |
---|
JBossIdentityTrustManager(String securityDomain) |
Modifier and Type | Method and Description |
---|---|
String |
getSecurityDomain()
Get the security domain from which the security manager is from.
|
IdentityTrustManager.TrustDecision |
isTrusted(SecurityContext securityContext)
Make a Trust Decision on a security context
|
void |
setIdentityTrustContext(IdentityTrustContext itc) |
public JBossIdentityTrustManager(String securityDomain)
public void setIdentityTrustContext(IdentityTrustContext itc)
public IdentityTrustManager.TrustDecision isTrusted(SecurityContext securityContext)
IdentityTrustManager
isTrusted
in interface IdentityTrustManager
securityContext
- Security Context on which to act onIdentityTrustManager#isTrusted()
public String getSecurityDomain()
BaseSecurityManager
getSecurityDomain
in interface BaseSecurityManager
Copyright © 2013 JBoss Inc.. All Rights Reserved.