|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Authenticator
An authenticator.
Field Summary | |
---|---|
static java.lang.String |
ROLE
Avalon role. |
Method Summary | |
---|---|
boolean |
authenticate(AccreditableManager accreditableManager,
org.apache.cocoon.environment.Request request)
Authenticates a request. |
Field Detail |
---|
static final java.lang.String ROLE
Method Detail |
---|
boolean authenticate(AccreditableManager accreditableManager, org.apache.cocoon.environment.Request request) throws AccessControlException
accreditableManager
- The accreditable manager to use.request
- The request.
true
if the request is authenticated, false
otherwise.
AccessControlException
- when something went wrong.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |