Uses of Enum
org.apache.dubbo.common.ssl.AuthPolicy
Packages that use AuthPolicy
-
Uses of AuthPolicy in org.apache.dubbo.common.ssl
Methods in org.apache.dubbo.common.ssl that return AuthPolicyModifier and TypeMethodDescriptionProviderCert.getAuthPolicy()static AuthPolicyReturns the enum constant of this type with the specified name.static AuthPolicy[]AuthPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.dubbo.common.ssl with parameters of type AuthPolicyModifierConstructorDescriptionProviderCert(byte[] keyCertChain, byte[] privateKey, byte[] trustCert, String password, AuthPolicy authPolicy) ProviderCert(byte[] keyCertChain, byte[] privateKey, byte[] trustCert, AuthPolicy authPolicy)