public class OpenIdService
extends org.apereo.cas.authentication.principal.AbstractWebApplicationService
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER
The Constant LOGGER.
|
| Modifier | Constructor and Description |
|---|---|
protected |
OpenIdService(java.lang.String id,
java.lang.String originalUrl,
java.lang.String artifactId,
java.lang.String openIdIdentity,
org.apereo.cas.authentication.principal.ResponseBuilder<org.apereo.cas.authentication.principal.WebApplicationService> responseBuilder)
Instantiates a new OpenID service.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentity() |
int |
hashCode() |
boolean |
isLoggedOutAlready()
Return that the service is already logged out.
|
protected OpenIdService(java.lang.String id,
java.lang.String originalUrl,
java.lang.String artifactId,
java.lang.String openIdIdentity,
org.apereo.cas.authentication.principal.ResponseBuilder<org.apereo.cas.authentication.principal.WebApplicationService> responseBuilder)
id - the idoriginalUrl - the original urlartifactId - the artifact idopenIdIdentity - the OpenID identityresponseBuilder - the response builderpublic boolean isLoggedOutAlready()
isLoggedOutAlready in interface org.apereo.cas.logout.SingleLogoutServiceisLoggedOutAlready in class org.apereo.cas.authentication.principal.AbstractWebApplicationServicepublic int hashCode()
hashCode in class org.apereo.cas.authentication.principal.AbstractWebApplicationServicepublic boolean equals(java.lang.Object obj)
equals in class org.apereo.cas.authentication.principal.AbstractWebApplicationServicepublic java.lang.String getIdentity()