| Modifier and Type | Method and Description |
|---|---|
AuthResult |
Authenticator.authenticate(String username,
char[] password)
Authenticate given user based on defined authentication strategy.
|
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
JaasAuthenticator.authenticate(String username,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserStoreLoginModule.login() |
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
UserStore.authenticate(String username,
char... credentials)
Authenticate given user with credentials.
|
boolean |
Authorizer.authorize(String scopeName,
String userId)
Authorize user with given scope key.
|
boolean |
Authorizer.authorize(String resourceType,
String resource,
String action,
String userId)
Authorize resource with given resource and action.
|
boolean |
Authorizer.changeResourceOwner(String resourceType,
String resourceName,
String owner)
Create auth resource.
|
void |
AuthorizationHandler.createAuthResource(ResourceType resourceType,
String resourceName,
boolean durable,
Subject subject)
Create auth resource.
|
void |
AuthorizationHandler.deleteAuthResource(ResourceType resourceType,
String resourceName)
Delete auth resource.
|
Set<String> |
UserStore.getUserGroupsList(String userId)
Get set of user Groups for the user
|
void |
AuthorizationHandler.handle(ResourceAuthScope brokerAuthScope,
ResourceType resourceType,
String resourceName,
ResourceAction action,
Subject subject)
Handle given auth scope and auth resource authorization.
|
void |
AuthorizationHandler.handle(ResourceAuthScope authScope,
Subject subject)
Handle given auth scope authorization.
|
void |
AuthorizationHandler.handle(ResourceType resourceType,
String resourceName,
ResourceAction action,
Subject subject)
Handle given auth scope authorization.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultAuthorizer.authorize(String scopeName,
String userId) |
boolean |
DefaultAuthorizer.authorize(String resourceType,
String resourceName,
String action,
String userId) |
boolean |
DefaultAuthorizer.changeResourceOwner(String resourceType,
String resourceName,
String owner) |
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
FileBasedUserStore.authenticate(String username,
char... credentials)
Authenticate given user with credentials.
|
Copyright © 2018 WSO2. All rights reserved.