public interface IdentityContext
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATED_ACCOUNT
Name of the context parameter that provides a reference to an authenticated account.
|
static String |
CREDENTIALS
Name of the context parameter that provides a reference to the credentials associated with the invocation context for a
specific operation.
|
Modifier and Type | Method and Description |
---|---|
EventBridge |
getEventBridge() |
IdGenerator |
getIdGenerator() |
<P> P |
getParameter(String paramName)
Returns the parameter value with the specified name
|
Partition |
getPartition()
Return the active Partition for this context
|
PermissionHandlerPolicy |
getPermissionHandlerPolicy()
Return the permission handler policy (used for permission related operations)
|
boolean |
isParameterSet(String paramName)
Returns a boolean indicating whether the parameter with the specified name has been set
|
void |
setParameter(String paramName,
Object value)
Sets a parameter value
|
static final String AUTHENTICATED_ACCOUNT
Name of the context parameter that provides a reference to an authenticated account. Useful if the identity store needs a reference to the authenticated account performing a specific operation.
static final String CREDENTIALS
Name of the context parameter that provides a reference to the credentials associated with the invocation context for a specific operation.
<P> P getParameter(String paramName)
boolean isParameterSet(String paramName)
paramName
- void setParameter(String paramName, Object value)
paramName
- value
- EventBridge getEventBridge()
IdGenerator getIdGenerator()
Partition getPartition()
PermissionHandlerPolicy getPermissionHandlerPolicy()
Copyright © 2018 JBoss by Red Hat. All rights reserved.