PAJES 2.3.9

org.pajes.security
Class DefaultPrincipalRoles

java.lang.Object
  extended byorg.pajes.security.DefaultPrincipalRoles
All Implemented Interfaces:
PrincipalRoles

public class DefaultPrincipalRoles
extends java.lang.Object
implements PrincipalRoles

Represents the roles held an unknown user when using an AuthenticatedPajeServlet but no authentication method has been provided in the deployment descriptor.


Constructor Summary
DefaultPrincipalRoles()
           
 
Method Summary
 boolean isUserInRole(java.lang.String role)
          Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPrincipalRoles

public DefaultPrincipalRoles()
Method Detail

isUserInRole

public boolean isUserInRole(java.lang.String role)
Returns a boolean indicating whether the authenticated user is included in the specified logical "role". This implementation always returns false.

Specified by:
isUserInRole in interface PrincipalRoles
Parameters:
role - a String specifying the name of the role
Returns:
false.

PAJES 2.3.9

Copyright © 2002-2003 Viridian Pty Limited. All Rights Reserved.