com.sap.cloud.security.ams.dcn.engine.ValueAccessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jakarta-ams Show documentation
Show all versions of jakarta-ams Show documentation
Client Library for integrating Jakarta EE applications with SAP Authorization Management Service (AMS)
The newest version!
/************************************************************************
* © 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
************************************************************************/
package com.sap.cloud.security.ams.dcn.engine;
import com.sap.cloud.security.ams.dcl.client.el.AttributeName;
import java.util.List;
/** Interface for accessing attribute values and principal-to-policies mappings. */
public interface ValueAccessor {
Object attributeValue(AttributeName attributeName);
List principalToPolicies();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy