| org.apache.lenya.ac.Policy
All known Subclasses: org.apache.lenya.ac.impl.URLPolicy,
Policy | public interface Policy (Code) | | A policy assigns roles to accreditables using credentials.
Additionally, SSL protection is defined.
version: $Id: Policy.java 479620 2006-11-27 14:02:13Z andreas $ |
RESULT_DENIED | int RESULT_DENIED(Code) | | The role is denied for the identity.
|
RESULT_GRANTED | int RESULT_GRANTED(Code) | | The role is granted for the identity.
|
RESULT_NOT_MATCHED | int RESULT_NOT_MATCHED(Code) | | The identity was not matched in this policy.
|
|
|