org.jboss.wsf.spi.metadata.j2ee
Class EJBSecurityMetaData

java.lang.Object
  extended by org.jboss.wsf.spi.metadata.j2ee.EJBSecurityMetaData

public class EJBSecurityMetaData
extends Object

The container independent EJB security meta data class

Since:
05-May-2006
Author:
Thomas.Diesler@jboss.org

Constructor Summary
EJBSecurityMetaData()
           
 
Method Summary
 String getAuthMethod()
           
 boolean getSecureWSDLAccess()
           
 String getTransportGuarantee()
           
 void setAuthMethod(String authMethod)
           
 void setSecureWSDLAccess(Boolean access)
           
 void setTransportGuarantee(String transportGuarantee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBSecurityMetaData

public EJBSecurityMetaData()
Method Detail

getAuthMethod

public String getAuthMethod()

setAuthMethod

public void setAuthMethod(String authMethod)

getTransportGuarantee

public String getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(String transportGuarantee)

getSecureWSDLAccess

public boolean getSecureWSDLAccess()

setSecureWSDLAccess

public void setSecureWSDLAccess(Boolean access)


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.