Package com.netscape.certsrv.profile
Interface IProfilePolicy
-
- All Known Implementing Classes:
ProfilePolicy
public interface IProfilePolicy
This 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 IPolicyConstraint
getConstraint()
Retrieves the constraint policy.IPolicyDefault
getDefault()
Retrieves the default policy.java.lang.String
getId()
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
-
-