Skip navigation links


oracle.iam.platform.authopss.api
Interface SecuredEntity


public interface SecuredEntity

Method Summary
 java.lang.String getEntityId()
          Get the entity id of this securable entity.
 java.lang.String getEntityType()
          Get the entity type of this securable entity.
 java.util.List getPublishedScopes()
          Get the list of scopes in which this entity is valid to be used.
 java.util.List getSecurityAttributeNames()
          Attributes of the entity that are used to construct OES conditions and obligations.
 java.util.List getSecurityAttributeValues(java.lang.String securityAttributeName)
          Return value(s) of the security attribute

 

Method Detail

getPublishedScopes

java.util.List getPublishedScopes()
Get the list of scopes in which this entity is valid to be used.

getEntityType

java.lang.String getEntityType()
Get the entity type of this securable entity.
Returns:
the entity type of this securable entity.

getEntityId

java.lang.String getEntityId()
Get the entity id of this securable entity.
Returns:
the entity id of this securable entity.

getSecurityAttributeNames

java.util.List getSecurityAttributeNames()
Attributes of the entity that are used to construct OES conditions and obligations. These attribute names should be same as OES attribute name.

getSecurityAttributeValues

java.util.List getSecurityAttributeValues(java.lang.String securityAttributeName)
Return value(s) of the security attribute

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.