public abstract class AbstractIdentityContext extends Object implements IdentityContext
AUTHENTICATED_ACCOUNT, CREDENTIALS| Constructor and Description |
|---|
AbstractIdentityContext(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator) |
AbstractIdentityContext(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator,
PermissionHandlerPolicy permissionHandlerPolicy) |
| Modifier and Type | Method and Description |
|---|---|
EventBridge |
getEventBridge() |
IdGenerator |
getIdGenerator() |
Object |
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
|
public AbstractIdentityContext(Partition partition, EventBridge eventBridge, IdGenerator idGenerator)
public AbstractIdentityContext(Partition partition, EventBridge eventBridge, IdGenerator idGenerator, PermissionHandlerPolicy permissionHandlerPolicy)
public Object getParameter(String paramName)
IdentityContextgetParameter in interface IdentityContextpublic boolean isParameterSet(String paramName)
IdentityContextisParameterSet in interface IdentityContextpublic void setParameter(String paramName, Object value)
IdentityContextsetParameter in interface IdentityContextpublic EventBridge getEventBridge()
getEventBridge in interface IdentityContextpublic IdGenerator getIdGenerator()
getIdGenerator in interface IdentityContextpublic Partition getPartition()
IdentityContextgetPartition in interface IdentityContextpublic PermissionHandlerPolicy getPermissionHandlerPolicy()
IdentityContextgetPermissionHandlerPolicy in interface IdentityContextCopyright © 2014. All rights reserved.