| java.lang.Object org.w3c.jigsaw.acl.SecurityLevel
SecurityLevel | public class SecurityLevel (Code) | | version: $Revision: 1.13 $ author: Benoît Mahé (bmahe@w3.org) |
getChallenge | public HttpChallenge getChallenge(String name, Principal principal)(Code) | | Get the HTTP challenge relative to the given security level.
Parameters: name - the challenge name Parameters: securityLevel - the security level a HttpChallenge instance. |
getPrincipal | public Principal getPrincipal(Request request, String algo)(Code) | | Get the principal relative to the request and the securityLevel.
Parameters: request - the incomming request. Parameters: securityLevel - the Security Level. a Principal instance. |
|
|