org.jboss.security.identitytrust.modules
Class AlwaysNotApplicableTrustModule
java.lang.Object
org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
org.jboss.security.identitytrust.modules.AlwaysNotApplicableTrustModule
- All Implemented Interfaces:
- org.jboss.security.identitytrust.IdentityTrustModule
public class AlwaysNotApplicableTrustModule
- extends AbstractIdentityTrustModule
Trust Module that always returns NotApplicable
- 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 |
AlwaysNotApplicableTrustModule
public AlwaysNotApplicableTrustModule()
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 © 2011 JBoss Inc.. All Rights Reserved.