super(properties, factory);
}
public MessagePolicyDelegate getMessagePolicyDelegate(String appContext) throws AuthException {
return new MessagePolicyDelegate() {
public MessagePolicy getRequestPolicy(String authContextID, Map properties) {
MessagePolicy rvalue;
if (MANDATORY_AUTH_CONTEXT_ID.equals(authContextID)) {
rvalue = mandatoryPolicy;