public interface AuthorizationManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCredentialsForOperationHandle(com.draeger.medical.mdpws.message.MDPWSMessageContextMap msgContextMap,
String operationHandle)
Check credentials for operation handle.
|
void |
setMinimalAccessLevelForOperation(String operationHandle,
int minimalAccessLevel)
Sets the minimal access level for operation.
|
boolean checkCredentialsForOperationHandle(com.draeger.medical.mdpws.message.MDPWSMessageContextMap msgContextMap,
String operationHandle)
msgContextMap - the msg context mapoperationHandle - the operation handlevoid setMinimalAccessLevelForOperation(String operationHandle, int minimalAccessLevel)
operationHandle - the operation handleminimalAccessLevel - the minimal access levelCopyright © 2016. All rights reserved.