com.antiaction.mayhem.httpd
Interface IUserAuth

All Superinterfaces:
java.security.Principal
All Known Implementing Classes:
User

public interface IUserAuth
extends java.security.Principal

User authetication interface.

Version:
1.00
Author:
Nicholas Clarke

Method Summary
 java.lang.String getAuthType()
           
 java.lang.String getRemoteUser()
           
 java.security.Principal getUserPrincipal()
           
 boolean isUserInRole(java.lang.String role)
           
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

getAuthType

java.lang.String getAuthType()

getUserPrincipal

java.security.Principal getUserPrincipal()

getRemoteUser

java.lang.String getRemoteUser()

isUserInRole

boolean isUserInRole(java.lang.String role)


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.