org.jboss.security.plugins.identitytrust
public class JBossIdentityTrustManager extends Object implements org.jboss.security.identitytrust.IdentityTrustManager
org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision
Constructor and Description |
---|
JBossIdentityTrustManager(String securityDomain) |
Modifier and Type | Method and Description |
---|---|
String |
getSecurityDomain() |
org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision |
isTrusted(SecurityContext securityContext) |
void |
setIdentityTrustContext(org.jboss.security.identitytrust.IdentityTrustContext identityTrustContext) |
public JBossIdentityTrustManager(String securityDomain)
public void setIdentityTrustContext(org.jboss.security.identitytrust.IdentityTrustContext identityTrustContext)
public org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted(SecurityContext securityContext)
isTrusted
in interface org.jboss.security.identitytrust.IdentityTrustManager
IdentityTrustManager.isTrusted(org.jboss.security.SecurityContext)
public String getSecurityDomain()
getSecurityDomain
in interface BaseSecurityManager
Copyright © 2015 JBoss Inc.. All Rights Reserved.