| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserAuthenticator
UserAuthenticator.java
This is an interface for objects classes that implement servlet security features.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONCVS class version string | 
| Method Summary | |
|---|---|
|  java.security.Principal | getUserPrincipal(DynamoHttpServletRequest pRequest)Returns a java.security.Principalobject containing the name of the current authenticated user. | 
|  boolean | isUserInRole(java.lang.String pRole,
             DynamoHttpServletRequest pRequest)Returns a boolean indicating whether the authenticated user is included in the specified logical "role". | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.security.Principal getUserPrincipal(DynamoHttpServletRequest pRequest)
java.security.Principal object containing the name of the current authenticated user.
 If the user has not been authenticated, the method returns null.
boolean isUserInRole(java.lang.String pRole,
                     DynamoHttpServletRequest pRequest)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||