|
|
OpenEdge.Security.PAMStatusEnum ApplyPolicy (character, character, Principal, JsonObject, character)
|
/* Applies a policy
@param character (mandatory) The sender of the event
@param character (mandatory) The name of the policy event
@param Principal (mandatory)The client-principal/token currently being processed in the STS.
Modifications to the contained Token will be returned to the STS.
@param JsonObject (optional) A collection of options and operations supported by the domain
@param character out (optional) Status detail text
@return PAMStatusEnum (optional) A new status for the CP based on the policy */
|