Package org.apereo.cas.authentication
Class HttpBasedServiceCredential
- java.lang.Object
-
- org.apereo.cas.authentication.AbstractCredential
-
- org.apereo.cas.authentication.HttpBasedServiceCredential
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.Credential,org.apereo.cas.authentication.CredentialMetaData
public class HttpBasedServiceCredential extends AbstractCredential
A credential representing an HTTP endpoint given by a URL. Authenticating the credential usually involves contacting the endpoint via the URL and observing the resulting connection (e.g. SSL certificate) and response (e.g. status, headers).- Since:
- 3.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpBasedServiceCredential(java.lang.String callbackUrl, org.apereo.cas.services.RegisteredService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()-
Methods inherited from class org.apereo.cas.authentication.AbstractCredential
equals, getCredentialClass, hashCode, isValid, validate
-
-