- DEFAULT_COMMENCE_LOGIN_URL - Static variable in class org.jenkinsci.plugins.Wso2IdSecurityRealm
-
- DEFAULT_FINISH_LOGIN_URL - Static variable in class org.jenkinsci.plugins.Wso2IdSecurityRealm
-
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.Wso2IdSecurityRealm.DescriptorImpl
-
In order to load the persisted global configuration, you have to
call load() in the constructor.
- doCheckClientID(String) - Method in class org.jenkinsci.plugins.Wso2IdSecurityRealm.DescriptorImpl
-
- doCheckClientSecret(String) - Method in class org.jenkinsci.plugins.Wso2IdSecurityRealm.DescriptorImpl
-
- doCheckWso2WebUri(String) - Method in class org.jenkinsci.plugins.Wso2IdSecurityRealm.DescriptorImpl
-
Performs on-the-fly validation of the form field 'name'.
- doCommenceLogin(StaplerRequest, String) - Method in class org.jenkinsci.plugins.Wso2IdSecurityRealm
-
The login process starts from here, using the CasAuthenticationEntryPoint
defined in the CasSecurityRealm.groovy application context.
- doFinishLogin(StaplerRequest) - Method in class org.jenkinsci.plugins.Wso2IdSecurityRealm
-
This is where the user comes back to at the end of the OpenID redirect
ping-pong.