public class JBossIdentityTrustManager extends Object implements IdentityTrustManager
IdentityTrustManager.TrustDecision
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 identityTrustContext) |
public JBossIdentityTrustManager(String securityDomain)
public void setIdentityTrustContext(IdentityTrustContext identityTrustContext)
public IdentityTrustManager.TrustDecision isTrusted(SecurityContext securityContext)
IdentityTrustManager
isTrusted
in interface IdentityTrustManager
securityContext
- Security Context on which to act onIdentityTrustManager.isTrusted(org.jboss.security.SecurityContext)
public String getSecurityDomain()
BaseSecurityManager
getSecurityDomain
in interface BaseSecurityManager
Copyright © 2019 JBoss by Red Hat. All rights reserved.