Package org.jboss.security.identitytrust
Interface IdentityTrustManager
-
- All Superinterfaces:
BaseSecurityManager
- All Known Implementing Classes:
JBossIdentityTrustManager
public interface IdentityTrustManager extends BaseSecurityManager
Interface representing the trust manager for determining Identity- Since:
- Aug 2, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IdentityTrustManager.TrustDecision
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityTrustManager.TrustDecision
isTrusted(SecurityContext securityContext)
Make a Trust Decision on a security context-
Methods inherited from interface org.jboss.security.BaseSecurityManager
getSecurityDomain
-
-
-
-
Method Detail
-
isTrusted
IdentityTrustManager.TrustDecision isTrusted(SecurityContext securityContext)
Make a Trust Decision on a security context- Parameters:
securityContext
- Security Context on which to act on- Returns:
-
-