Uses of Enum Class
org.jenkinsci.plugins.oic.OicSecurityRealm.TokenAuthMethod
Packages that use OicSecurityRealm.TokenAuthMethod
-
Uses of OicSecurityRealm.TokenAuthMethod in org.jenkinsci.plugins.oic
Methods in org.jenkinsci.plugins.oic that return OicSecurityRealm.TokenAuthMethodModifier and TypeMethodDescriptionOicServerManualConfiguration.getTokenAuthMethod()
Returns the enum constant of this class with the specified name.static OicSecurityRealm.TokenAuthMethod[]
OicSecurityRealm.TokenAuthMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkinsci.plugins.oic with parameters of type OicSecurityRealm.TokenAuthMethodModifier and TypeMethodDescriptionvoid
OicServerManualConfiguration.setTokenAuthMethod
(OicSecurityRealm.TokenAuthMethod tokenAuthMethod)