Uses of Enum Class
net.messagevortex.transport.SecurityRequirement
Packages that use SecurityRequirement
Package
Description
This package contains vital classes for transport layer.
-
Uses of SecurityRequirement in net.messagevortex.transport
Methods in net.messagevortex.transport that return SecurityRequirementModifier and TypeMethodDescriptionstatic SecurityRequirementGets the security requirement reflectted by the name.SecurityContext.getRequirement()Credentials.getSecurityRequirement()final SecurityRequirementSecurityContext.setRequirement(SecurityRequirement requirement) Sets the necessities of the security context.Credentials.setSecurityRequirement(SecurityRequirement req) Sets the security requirement assiciated with these credentials.static SecurityRequirementReturns the enum constant of this class with the specified name.static SecurityRequirement[]SecurityRequirement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.messagevortex.transport with parameters of type SecurityRequirementModifier and TypeMethodDescriptionfinal SecurityRequirementSecurityContext.setRequirement(SecurityRequirement requirement) Sets the necessities of the security context.Credentials.setSecurityRequirement(SecurityRequirement req) Sets the security requirement assiciated with these credentials.Constructors in net.messagevortex.transport with parameters of type SecurityRequirementModifierConstructorDescriptionCredentials(String username, String password, SecurityRequirement requirement) SecurityContext(SSLContext context, SecurityRequirement req) SecurityContext(SecurityRequirement requirement)