|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegisteredService
Interface for a service that can be registered by the Services Management interface.
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.util.List<java.lang.String> |
getAllowedAttributes()
Returns the list of allowed attributes. |
java.lang.String |
getDescription()
Returns the description of the service. |
int |
getEvaluationOrder()
Gets the relative evaluation order of this service when determining matches. |
long |
getId()
|
java.lang.String |
getName()
Returns the name of the service. |
java.lang.String |
getServiceId()
The unique identifier for this service. |
java.lang.String |
getTheme()
Returns a short theme name. |
boolean |
isAllowedToProxy()
Is this application allowed to take part in the proxying capabilities of CAS? |
boolean |
isAnonymousAccess()
Determines whether the service is allowed anonymous or priveleged access to user information. |
boolean |
isEnabled()
Is this application currently allowed to use CAS? |
boolean |
isIgnoreAttributes()
Sets whether we should bother to read the attribute list or not. |
boolean |
isSsoEnabled()
Does this application participate in the SSO session? |
boolean |
matches(Service service)
Returns whether the service matches the registered service. |
| Method Detail |
|---|
boolean isEnabled()
boolean isAnonymousAccess()
boolean isIgnoreAttributes()
java.util.List<java.lang.String> getAllowedAttributes()
boolean isAllowedToProxy()
java.lang.String getServiceId()
long getId()
java.lang.String getName()
java.lang.String getTheme()
boolean isSsoEnabled()
java.lang.String getDescription()
int getEvaluationOrder()
boolean matches(Service service)
Note, as of 3.1.2, matches are case insensitive.
service - the service to match.
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||