Class ProtectedResource

java.lang.Object
com.sun.identity.policy.ProtectedResource

@SupportedAll @Deprecated public class ProtectedResource extends Object
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
Class that encapsulates a resource and policies protecting the resource for a given user
  • Method Details

    • getResourceName

      public String getResourceName()
      Deprecated.
      Gets the protected resource name
      Returns:
      protected resource name
    • getPolicies

      public Set getPolicies()
      Deprecated.
      Gets policies that protect the resource name
      Returns:
      set of policies that protect the resource. The set contains Policy objects.