Uses of Class
org.gatein.pc.api.TransportGuarantee
-
Packages that use TransportGuarantee Package Description org.gatein.pc.api org.gatein.pc.api.info -
-
Uses of TransportGuarantee in org.gatein.pc.api
Methods in org.gatein.pc.api that return TransportGuarantee Modifier and Type Method Description static TransportGuaranteeTransportGuarantee. valueOf(String name)Returns the enum constant of this type with the specified name.static TransportGuarantee[]TransportGuarantee. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransportGuarantee in org.gatein.pc.api.info
Methods in org.gatein.pc.api.info that return types with arguments of type TransportGuarantee Modifier and Type Method Description Set<TransportGuarantee>SecurityInfo. getTransportGuarantees()Methods in org.gatein.pc.api.info with parameters of type TransportGuarantee Modifier and Type Method Description booleanSecurityInfo. containsTransportGuarantee(TransportGuarantee transportGuarantee)
-