| Modifier and Type | Method and Description |
|---|---|
String |
IdPClient.authenticate(String token)
This will authenticate user based on the token.
|
Role |
IdPClient.getAdminRole()
This returns the admin role of the user store.
|
List<Role> |
IdPClient.getAllRoles()
This returns all roles available in the user store.
|
User |
IdPClient.getUser(String name)
This returns the {User} object with the name passed in the parameter.
|
List<Role> |
IdPClient.getUserRoles(String name)
This returns a list of the roles assigned to the user.
|
Map<String,String> |
IdPClient.login(Map<String,String> properties)
This returns the login parameters of a login request.
|
void |
IdPClient.logout(Map<String,String> properties)
This invalidates the user session.
|
| Modifier and Type | Method and Description |
|---|---|
IdPClient |
IdPClientFactory.getIdPClient(IdPClientConfiguration idPClientConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static IdPClient |
IdPServiceUtils.getIdPClient(org.wso2.carbon.config.provider.ConfigProvider configProvider,
Map<String,IdPClientFactory> idPClientFactoryMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ExternalIdPClient.authCodeLogin(String appContext,
String code) |
String |
ExternalIdPClient.authenticate(String token) |
Role |
ExternalIdPClient.getAdminRole() |
List<Role> |
ExternalIdPClient.getAllRoles() |
IdPClient |
ExternalIdPClientFactory.getIdPClient(IdPClientConfiguration idPClientConfiguration) |
User |
ExternalIdPClient.getUser(String name) |
List<Role> |
ExternalIdPClient.getUserRoles(String name) |
void |
ExternalIdPClient.init(String kmUserName) |
Map<String,String> |
ExternalIdPClient.login(Map<String,String> properties) |
void |
ExternalIdPClient.logout(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthAppDAO.addOAuthApp(OAuthApplicationInfo oAuthApplicationInfo) |
void |
OAuthAppDAO.createTable() |
OAuthApplicationInfo |
OAuthAppDAO.getOAuthApp(String name) |
void |
OAuthAppDAO.init() |
void |
OAuthAppDAO.updateOAuthApp(OAuthApplicationInfo oAuthApplicationInfo) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ServiceStubs.IntrospectionServiceStub |
OAuth2ServiceStubs.getIntrospectionServiceStub()
Create and return OAuth2 Introspection service stubs.
|
OAuth2ServiceStubs.RevokeServiceStub |
OAuth2ServiceStubs.getRevokeServiceStub()
Create and return OAuth2 revoke service stubs.
|
OAuth2ServiceStubs.TokenServiceStub |
OAuth2ServiceStubs.getTokenServiceStub()
Create and return OAuth2 token service stubs.
|
| Modifier and Type | Method and Description |
|---|---|
IdPClient |
LocalIdPClientFactory.getIdPClient(IdPClientConfiguration idPClientConfiguration) |
Copyright © 2019 WSO2. All rights reserved.