| Modifier and Type | Field and Description |
|---|---|
private boolean |
authorizedToProxy
Proxy authorization flag.
|
private String |
group
Group to which service belongs.
|
private String |
serviceURL
Service URL.
|
private boolean |
singleLogoutParticipant
Indicates whether a service wants to receive SLO messages.
|
| Constructor and Description |
|---|
Service(String url,
String group,
boolean proxy)
Creates a new service that does not participate in SLO.
|
Service(String url,
String group,
boolean proxy,
boolean wantsSLO)
Creates a new service that MAY participate in SLO.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
String |
getName() |
boolean |
isAuthorizedToProxy() |
boolean |
isSingleLogoutParticipant() |
String |
toString() |
private final boolean authorizedToProxy
private final boolean singleLogoutParticipant
public Service(@Nonnull@NotEmpty String url, @Nullable@NotEmpty String group, boolean proxy)
url - CAS service URL.group - Group to which service belongs.proxy - True to authorize proxying, false otherwise.public Service(@Nonnull@NotEmpty String url, @Nullable@NotEmpty String group, boolean proxy, boolean wantsSLO)
url - CAS service URL.group - Group to which service belongs.proxy - True to authorize proxying, false otherwise.wantsSLO - True to indicate the service wants to receive SLO messages, false otherwise.Copyright © 1999–2015. All rights reserved.