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

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.AuthorizationBean
All Implemented Interfaces:
EnterpriseBean (src) , java.io.Serializable, SessionBean (src)

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

Non-secured session bean to test web service authorization.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.util.ejb.SessionSupport (src)
log, sessionCtx
 
Constructor Summary
AuthorizationBean()
           
 
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

AuthorizationBean

public AuthorizationBean()
Method Detail

workedOut

public boolean workedOut()