org.deegree.enterprise.control
Interface RequestUser

All Known Implementing Classes:
RequestUser_Impl

public interface RequestUser

Encapsulates all client information.

Version:
$Revision: 1.1 $ $Date: 2003/07/11 12:46:15 $
Author:
Andreas Poth

Method Summary
 java.lang.String getAuthType()
          Authorization scheme
 java.lang.String getRemoteAddr()
          Remote address
 java.lang.String getRemoteHost()
          Remote host
 java.lang.String getRemoteUser()
          Remote user
 java.lang.String getUserPrincipal()
          Authenticated user
 

Method Detail

getRemoteUser

public java.lang.String getRemoteUser()
Remote user


getRemoteAddr

public java.lang.String getRemoteAddr()
Remote address


getRemoteHost

public java.lang.String getRemoteHost()
Remote host


getAuthType

public java.lang.String getAuthType()
Authorization scheme


getUserPrincipal

public java.lang.String getUserPrincipal()
Authenticated user