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)
IdentityTrustManagerisTrusted in interface IdentityTrustManagersecurityContext - Security Context on which to act onIdentityTrustManager#isTrusted()public String getSecurityDomain()
BaseSecurityManagergetSecurityDomain in interface BaseSecurityManagerCopyright © 2012 JBoss Inc.. All Rights Reserved.