public class EJBSecurityMetaData extends Object
Constructor and Description |
---|
EJBSecurityMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthMethod() |
boolean |
getSecureWSDLAccess() |
String |
getTransportGuarantee() |
void |
setAuthMethod(String authMethod) |
void |
setSecureWSDLAccess(Boolean access) |
void |
setTransportGuarantee(String transportGuarantee) |
public String getAuthMethod()
public void setAuthMethod(String authMethod)
public String getTransportGuarantee()
public void setTransportGuarantee(String transportGuarantee)
public boolean getSecureWSDLAccess()
public void setSecureWSDLAccess(Boolean access)
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.