Package com.netscape.certsrv.profile
Interface IProfilePolicy
-
- All Known Implementing Classes:
ProfilePolicy
public interface IProfilePolicyThis interface represents a profile policy which consists a default policy and a constraint policy.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPolicyConstraintgetConstraint()Retrieves the constraint policy.IPolicyDefaultgetDefault()Retrieves the default policy.java.lang.StringgetId()Retrieves the policy id
-
-
-
Method Detail
-
getId
java.lang.String getId()
Retrieves the policy id- Returns:
- policy id
-
getDefault
IPolicyDefault getDefault()
Retrieves the default policy.- Returns:
- default policy
-
getConstraint
IPolicyConstraint getConstraint()
Retrieves the constraint policy.- Returns:
- constraint policy
-
-