org.jboss.security.identitytrust.modules
Class AlwaysPermitTrustModule

java.lang.Object
  extended by org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
callbackHandler, options, securityContext, sharedState
 
Constructor Summary
AlwaysPermitTrustModule()
           
 
Method Summary
 org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted()
           
 
Methods inherited from class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
abort, commit, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysPermitTrustModule

public AlwaysPermitTrustModule()
Method Detail

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.