| Package | Description |
|---|---|
| org.jboss.metadata.web.spec |
| Modifier and Type | Method | Description |
|---|---|---|
TransportGuaranteeType |
HttpConstraintMetaData.getTransportGuarantee() |
|
TransportGuaranteeType |
SecurityConstraintMetaData.getTransportGuarantee() |
Accessor for the UserDataConstraint.TransportGuarantee
|
TransportGuaranteeType |
UserDataConstraintMetaData.getTransportGuarantee() |
|
static TransportGuaranteeType |
TransportGuaranteeType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TransportGuaranteeType[] |
TransportGuaranteeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpConstraintMetaData.setTransportGuarantee(TransportGuaranteeType transportGuarantee) |
|
void |
UserDataConstraintMetaData.setTransportGuarantee(TransportGuaranteeType transportGuarantee) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.