org.jboss.security.identitytrust.modules
Class AlwaysPermitTrustModule
java.lang.Object
org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
org.jboss.security.identitytrust.modules.AlwaysPermitTrustModule
- All Implemented Interfaces:
- org.jboss.security.identitytrust.IdentityTrustModule
public class AlwaysPermitTrustModule
- extends AbstractIdentityTrustModule
Trust Module that always does a PERMIT
- Since:
- Aug 2, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
Method Summary |
org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision |
isTrusted()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlwaysPermitTrustModule
public AlwaysPermitTrustModule()
isTrusted
public org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted()
throws org.jboss.security.identitytrust.IdentityTrustException
- Specified by:
isTrusted
in interface org.jboss.security.identitytrust.IdentityTrustModule
- Specified by:
isTrusted
in class AbstractIdentityTrustModule
- Throws:
org.jboss.security.identitytrust.IdentityTrustException
- See Also:
IdentityTrustModule.isTrusted()
Copyright © 2009 JBoss Inc.. All Rights Reserved.