Package com.sun.identity.policy
Class ProtectedResource
- java.lang.Object
-
- com.sun.identity.policy.ProtectedResource
-
@SupportedAll @Deprecated public class ProtectedResource extends Object
Deprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlement
instead asEntitlement
has replacedPolicy
.Class that encapsulates a resource and policies protecting the resource for a given user
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set
getPolicies()
Deprecated.Gets policies that protect the resource nameString
getResourceName()
Deprecated.Gets the protected resource name
-
-
-
Method Detail
-
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.
-
-