com.sun.identity.policy
クラス ProtectedResource

java.lang.Object
  上位を拡張 com.sun.identity.policy.ProtectedResource

public class ProtectedResource
extends Object

Class that encapsulates a resource and policies protecting the resource for a given user


メソッドの概要
 Set getPolicies()
          Gets policies that protect the resource name
 String getResourceName()
          Gets the protected resource name
 

メソッドの詳細

getResourceName

public String getResourceName()
Gets the protected resource name

戻り値:
protected resource name

getPolicies

public Set getPolicies()
Gets policies that protect the resource name

戻り値:
set of policies that protect the resource. The set contains Policy objects.