java.io.Serializable, IdMetaDataHttpMethodConstraintMetaData, ServletSecurityMetaDatapublic abstract class HttpConstraintMetaData extends IdMetaDataImpl
| Constructor | Description |
|---|---|
HttpConstraintMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
EmptyRoleSemanticType |
getEmptyRoleSemantic() |
|
java.util.List<java.lang.String> |
getRolesAllowed() |
|
TransportGuaranteeType |
getTransportGuarantee() |
|
void |
setEmptyRoleSemantic(EmptyRoleSemanticType emptyRoleSemantic) |
|
void |
setRolesAllowed(java.util.List<java.lang.String> rolesAllowed) |
|
void |
setTransportGuarantee(TransportGuaranteeType transportGuarantee) |
public EmptyRoleSemanticType getEmptyRoleSemantic()
public void setEmptyRoleSemantic(EmptyRoleSemanticType emptyRoleSemantic)
public TransportGuaranteeType getTransportGuarantee()
public void setTransportGuarantee(TransportGuaranteeType transportGuarantee)
public java.util.List<java.lang.String> getRolesAllowed()
public void setRolesAllowed(java.util.List<java.lang.String> rolesAllowed)
Copyright © 2018 JBoss by Red Hat. All rights reserved.