| java.lang.Object org.jboss.metadata.WebSecurityMetaData
WebSecurityMetaData | public class WebSecurityMetaData (Code) | | Encapsulation of the web.xml security-constraints
author: Scott.Stark@jboss.org version: $Revison:$ |
Inner Class :public static class WebResourceCollection | |
ALL_HTTP_METHODS | final public static Set ALL_HTTP_METHODS(Code) | | The set of all http methods: DELETE, GET, HEAD, OPTIONS, POST, PUT, TRACE
|
ALL_HTTP_METHOD_NAMES | final public static String[] ALL_HTTP_METHOD_NAMES(Code) | | |
addWebResource | public WebResourceCollection addWebResource(String name)(Code) | | |
getRoles | public Set getRoles()(Code) | | Get the security-constraint/auth-constraint values. An empty role
set must be qualified by the isUnchecked and isExcluded methods.
Set for the role names |
getTransportGuarantee | public String getTransportGuarantee()(Code) | | Get the security-constraint/transport-guarantee setting
null == no guaranteesINTEGRAL == an integretity guaranteeCONFIDENTIAL == protected for confidentiality |
isExcluded | public boolean isExcluded()(Code) | | |
isUnchecked | public boolean isUnchecked()(Code) | | |
setExcluded | public void setExcluded(boolean flag)(Code) | | |
setTransportGuarantee | public void setTransportGuarantee(String transportGuarantee)(Code) | | |
setUnchecked | public void setUnchecked(boolean flag)(Code) | | |
|
|