public interface IdentityContext
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
|
<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 © 2014. All rights reserved.