Uses of Class
org.wildfly.security.http.oidc.Oidc.AuthenticationRequestFormat
-
-
Uses of Oidc.AuthenticationRequestFormat in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return Oidc.AuthenticationRequestFormat Modifier and Type Method Description static Oidc.AuthenticationRequestFormatOidc.AuthenticationRequestFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Oidc.AuthenticationRequestFormat[]Oidc.AuthenticationRequestFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-