public interface WebApplicationService extends Service
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArtifactId()
Retrieves the artifact supplied with the service.
|
ValidationResponseType |
getFormat()
Ticket validation response MUST be produced based on the parameter value.
|
java.lang.String |
getOriginalUrl()
Return the original url provided (as
service or targetService request parameter). |
boolean |
isLoggedOutAlready()
Return if the service is already logged out.
|
void |
setLoggedOutAlready(boolean loggedOutAlready)
Set if the service is already logged out.
|
matches, setPrincipal
getAttributes, getId
java.lang.String getArtifactId()
java.lang.String getOriginalUrl()
service
or targetService
request parameter).
Used to reconstruct the redirect url.ValidationResponseType getFormat()
boolean isLoggedOutAlready()
void setLoggedOutAlready(boolean loggedOutAlready)
loggedOutAlready
- if the service is already logged out.