public class ServiceDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
authorizedToProxy
Proxy authorization flag.
|
private String |
group
Logical group to which service belongs.
|
private String |
id
Service identifier.
|
private boolean |
singleLogoutParticipant
Indicates whether a service wants to receive SLO messages.
|
| Constructor and Description |
|---|
ServiceDefinition(String regex)
Creates a new instance with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getId() |
int |
hashCode() |
boolean |
isAuthorizedToProxy() |
boolean |
isSingleLogoutParticipant() |
void |
setAuthorizedToProxy(boolean proxy)
Sets the proxy authorization flag.
|
void |
setGroup(String group)
Sets the group name.
|
void |
setSingleLogoutParticipant(boolean wantsSLO)
Determines whether the service participates in SLO.
|
String |
toString() |
private boolean authorizedToProxy
private boolean singleLogoutParticipant
@Nullable public String getGroup()
public void setGroup(@NotEmpty
String group)
group - Group name.public boolean isAuthorizedToProxy()
public void setAuthorizedToProxy(boolean proxy)
proxy - True to allow the service to request proxy-granting tickets, false otherwise.public boolean isSingleLogoutParticipant()
public void setSingleLogoutParticipant(boolean wantsSLO)
wantsSLO - True to indicate the service wants to receive SLO messages, false otherwise.Copyright © 1999–2015. All rights reserved.