| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.credential.handler | |
| org.picketlink.idm.internal | |
| org.picketlink.idm.model.basic | |
| org.picketlink.internal | |
| org.picketlink.oauth.filters | |
| org.picketlink.oauth.server.endpoint | |
| org.picketlink.oauth.server.util | |
| org.picketlink.producer | |
| org.picketlink.scim.providers |
Contains implementations of the
DataProvider |
| Modifier and Type | Method and Description |
|---|---|
IdentityManager |
PartitionManager.createIdentityManager()
Creates an
IdentityManager instance for the default partition. |
IdentityManager |
PartitionManager.createIdentityManager(Partition partition)
Creates an
IdentityManager for the specified partition. |
| Modifier and Type | Method and Description |
|---|---|
protected IdentityManager |
AbstractCredentialHandler.getIdentityManager(IdentityContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextualIdentityManager
Default implementation of the IdentityManager interface.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityManager |
DefaultPartitionManager.createIdentityManager() |
IdentityManager |
DefaultPartitionManager.createIdentityManager(Partition partition) |
| Modifier and Type | Method and Description |
|---|---|
static Agent |
BasicModel.getAgent(IdentityManager identityManager,
String loginName)
Returns an
Agent instance with the given loginName. |
static Group |
BasicModel.getGroup(IdentityManager identityManager,
String groupPath)
Returns a
Group instance with the specified groupPath. |
static Group |
BasicModel.getGroup(IdentityManager identityManager,
String groupName,
Group parent)
|
static Role |
BasicModel.getRole(IdentityManager identityManager,
String name)
Returns an
Role instance with the given name. |
static User |
BasicModel.getUser(IdentityManager identityManager,
String loginName)
Returns an
User instance with the given loginName. |
| Modifier and Type | Class and Description |
|---|---|
class |
SecuredIdentityManager
Decorator for IdentityManager that provides secured identity management operations
|
| Constructor and Description |
|---|
SecuredIdentityManager(IdentityManager decorated) |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityManager |
OAuthResourceFilter.identityManager |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityManager |
BaseEndpoint.identityManager |
| Modifier and Type | Method and Description |
|---|---|
static IdentityManager |
OAuthServerUtil.handleIdentityManager(javax.servlet.ServletContext context)
Centralize the IDM setup
|
| Modifier and Type | Method and Description |
|---|---|
static OAuthResponse |
OAuthServerUtil.authorizationCodeRequest(javax.servlet.http.HttpServletRequest request,
IdentityManager identityManager)
Handle an Authorization Code Grant Type Request
|
static OAuthResponse |
OAuthServerUtil.tokenRequest(javax.servlet.http.HttpServletRequest request,
IdentityManager identityManager)
Handle Token Request
|
static boolean |
OAuthServerUtil.validateAccessToken(String passedAccessToken,
IdentityManager identityManager)
Validate the access token
|
| Modifier and Type | Method and Description |
|---|---|
IdentityManager |
IdentityManagementProducer.produceIdentityManager()
IdentityManager instances are produced accordingly to the current Partition in use. |
| Modifier and Type | Method and Description |
|---|---|
PicketLinkIDMDataProvider |
PicketLinkIDMDataProvider.setIdentityManager(IdentityManager im) |
Copyright © 2024. All rights reserved.