public class X509CredentialFactory
extends org.apereo.cas.support.rest.factory.DefaultCredentialFactory
X509CredentialFactory that attempts to read the contents
of the request body under CERTIFICATE parameter to locate and construct
X509 credentials. If the request body does not contain a certificate,
it will then fallback onto the default behavior of capturing credentials.| Constructor and Description |
|---|
X509CredentialFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.Credential |
fromRequestBody(org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> requestBody) |
public org.apereo.cas.authentication.Credential fromRequestBody(org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> requestBody)
fromRequestBody in interface org.apereo.cas.support.rest.CredentialFactoryfromRequestBody in class org.apereo.cas.support.rest.factory.DefaultCredentialFactory