| Package | Description |
|---|---|
| org.jenkinsci.plugins.cas | |
| org.jenkinsci.plugins.cas.protocols | |
| org.jenkinsci.plugins.cas.spring |
| Modifier and Type | Field and Description |
|---|---|
CasProtocol |
CasSecurityRealm.casProtocol |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<CasProtocol,hudson.model.Descriptor<CasProtocol>> |
CasProtocol.all()
Returns all the registered
CasProtocol descriptors. |
static hudson.DescriptorExtensionList<CasProtocol,hudson.model.Descriptor<CasProtocol>> |
CasProtocol.all()
Returns all the registered
CasProtocol descriptors. |
| Constructor and Description |
|---|
CasSecurityRealm(String casServerUrl,
CasProtocol casProtocol,
Boolean forceRenewal,
Boolean enableSingleSignOut)
Deprecated.
|
CasSecurityRealm(String casServerUrl,
CasProtocol casProtocol,
Boolean forceRenewal,
Boolean enableSingleSignOut,
Boolean enableRestApi) |
| Modifier and Type | Class and Description |
|---|---|
class |
Cas10Protocol
CAS 1.0 protocol support.
|
class |
Cas20Protocol
CAS 2.0 protocol support.
|
class |
Cas30Protocol
CAS 3.0 protocol support.
|
class |
Saml11Protocol
SAML 1.1 protocol support.
|
| Modifier and Type | Method and Description |
|---|---|
CasProtocol |
CasBeanFactory.getCasProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
CasBeanFactory.setCasProtocol(CasProtocol casProtocol) |
Copyright © 2016–2018. All rights reserved.