|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedPolicyFinder
policy finder interface for the managed PERMIS engine. this interface specifies the functionality that a ManagedPolicyFinder must implement, and acts as a marker.
a Managed PolicyFinder must implement this interface.
Method Summary | |
---|---|
java.security.Principal |
getPrincipalSOA()
Source of Authority. |
java.lang.String |
updatePolicy(AttributeRepository attributeRepository,
java.lang.String policyName)
This method is implemented by a managed policy finder. |
Method Detail |
---|
java.security.Principal getPrincipalSOA()
java.lang.String updatePolicy(AttributeRepository attributeRepository, java.lang.String policyName) throws PbaException
attributeRepository
- used to locate or contains the policy.policyName
- the unique policy name.
PbaException
- if the policy update failed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |