Uses of Enum Class
co.ankatech.ankasecure.sdk.auth.ExternalIssuerAdmissionException.Rule
Packages that use ExternalIssuerAdmissionException.Rule
-
Uses of ExternalIssuerAdmissionException.Rule in co.ankatech.ankasecure.sdk.auth
Methods in co.ankatech.ankasecure.sdk.auth that return ExternalIssuerAdmissionException.RuleModifier and TypeMethodDescriptionExternalIssuerAdmissionException.rule()The rule that refused the issuer.Returns the enum constant of this class with the specified name.ExternalIssuerAdmissionException.Rule.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in co.ankatech.ankasecure.sdk.auth with parameters of type ExternalIssuerAdmissionException.RuleModifierConstructorDescriptionExternalIssuerAdmissionException(ExternalIssuerAdmissionException.Rule rule, String message, Throwable cause) The same refusal, carrying the failure that produced it.