org.jboss.test.jbossnet.security.server
Class AuthenticationBean

java.lang.Object
  extended byorg.jboss.test.util.ejb.EnterpriseSupport (src) 
      extended byorg.jboss.test.util.ejb.SessionSupport (src) 
          extended byorg.jboss.test.jbossnet.security.server.AuthenticationBean
All Implemented Interfaces:
EnterpriseBean (src) , java.io.Serializable, SessionBean (src)

public class AuthenticationBean
extends SessionSupport (src)
implements SessionBean (src)

Secured session bean to test web service authentication. Please ensure that you have copied user.properties and role.properties from the security testsuite to your server configuration directory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.util.ejb.SessionSupport (src)
log, sessionCtx
 
Constructor Summary
AuthenticationBean()
           
 
Method Summary
 boolean workedOut()
           
 
Methods inherited from class org.jboss.test.util.ejb.SessionSupport (src)
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.SessionBean (src)
ejbActivate, ejbPassivate, ejbRemove, setSessionContext
 

Constructor Detail

AuthenticationBean

public AuthenticationBean()
Method Detail

workedOut

public boolean workedOut()