public class LogoutService extends Service implements AuthService
In the case of the Login interaction pattern, the client will need to know if and where the user can go to log out.
For example, the user may wish to close their session on a public terminal, or to log in again with a different account.
| Constructor and Description |
|---|
LogoutService(String identifier) |
LogoutService(URI identifier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile() |
addProfile, addProfile, getContext, getIdentifier, getLabel, getLabelString, getProfiles, setContext, setIdentifier, setLabel, setLabel, setProfilespublic static final String PROFILE
public LogoutService(URI identifier)
public LogoutService(String identifier)
public String getProfile()
Copyright © 2018. All rights reserved.