Package org.jenkinsci.plugins.oic
Class OicServerManualConfiguration
java.lang.Object
hudson.model.AbstractDescribableImpl<OicServerConfiguration>
org.jenkinsci.plugins.oic.OicServerConfiguration
org.jenkinsci.plugins.oic.OicServerManualConfiguration
- All Implemented Interfaces:
ExtensionPoint,Describable<OicServerConfiguration>,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionOicServerManualConfiguration(String tokenServerUrl, String authorizationServerUrl) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetEndSessionUrl(String endSessionUrl) voidsetJwksServerUrl(String jwksServerUrl) voidvoidsetTokenAuthMethod(OicSecurityRealm.TokenAuthMethod tokenAuthMethod) voidsetUseRefreshTokens(boolean useRefreshTokens) voidsetUserInfoServerUrl(String userInfoServerUrl) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
OicServerManualConfiguration
@DataBoundConstructor public OicServerManualConfiguration(String tokenServerUrl, String authorizationServerUrl) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
-
Method Details
-
setTokenAuthMethod
@DataBoundSetter public void setTokenAuthMethod(OicSecurityRealm.TokenAuthMethod tokenAuthMethod) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
setEndSessionUrl
-
setJwksServerUrl
-
setScopes
-
setUserInfoServerUrl
-
setUseRefreshTokens
@DataBoundSetter public void setUseRefreshTokens(boolean useRefreshTokens) -
getAuthorizationServerUrl
- Specified by:
getAuthorizationServerUrlin classOicServerConfiguration
-
getEndSessionUrl
- Specified by:
getEndSessionUrlin classOicServerConfiguration
-
isUseRefreshTokens
public boolean isUseRefreshTokens()- Specified by:
isUseRefreshTokensin classOicServerConfiguration
-
getJwksServerUrl
- Specified by:
getJwksServerUrlin classOicServerConfiguration
-
getScopes
- Specified by:
getScopesin classOicServerConfiguration
-
getTokenAuthMethod
- Specified by:
getTokenAuthMethodin classOicServerConfiguration
-
getTokenServerUrl
- Specified by:
getTokenServerUrlin classOicServerConfiguration
-
getUserInfoServerUrl
- Specified by:
getUserInfoServerUrlin classOicServerConfiguration
-