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.entitlementinstead asEntitlementhas 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 SetgetPolicies()Deprecated.Gets policies that protect the resource nameStringgetResourceName()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.
 
 
 - 
 
 -