| Package | Description |
|---|---|
| org.jasig.cas.services |
This package is contains classes related to the restriction of CAS
usage to a particular set of services.
|
| Modifier and Type | Method and Description |
|---|---|
LogoutType |
RegisteredService.getLogoutType()
Returns the logout type of the service.
|
LogoutType |
AbstractRegisteredService.getLogoutType()
Returns the logout type of the service.
|
static LogoutType |
LogoutType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogoutType[] |
LogoutType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRegisteredService.setLogoutType(LogoutType logoutType)
Set the logout type of the service.
|
Copyright © 2004-2015 Apereo. All Rights Reserved.