Uses of Enum Class
com.yahoo.security.tls.AuthorizationMode
Packages that use AuthorizationMode
-
Uses of AuthorizationMode in com.yahoo.security.tls
Methods in com.yahoo.security.tls that return AuthorizationModeModifier and TypeMethodDescriptionstatic AuthorizationModeAuthorizationMode.defaultValue()static AuthorizationModeAuthorizationMode.fromConfigValue(String configValue) static AuthorizationModeTransportSecurityUtils.getInsecureAuthorizationMode()static AuthorizationModeTransportSecurityUtils.getInsecureAuthorizationMode(Map<String, String> envVariables) static AuthorizationModeReturns the enum constant of this class with the specified name.static AuthorizationMode[]AuthorizationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.security.tls with parameters of type AuthorizationModeModifier and TypeMethodDescriptionstatic DefaultTlsContextDefaultTlsContext.of(List<X509Certificate> certificates, PrivateKey privateKey, List<X509Certificate> caCertificates, AuthorizedPeers authorizedPeers, AuthorizationMode mode, PeerAuthentication peerAuthentication, HostnameVerification hostnameVerification) Constructors in com.yahoo.security.tls with parameters of type AuthorizationModeModifierConstructorDescriptionConfigFileBasedTlsContext(Path tlsOptionsConfigFile, AuthorizationMode mode) ConfigFileBasedTlsContext(Path tlsOptionsConfigFile, AuthorizationMode mode, PeerAuthentication peerAuthentication) Allows the caller to override the default peer authentication mode.