org.apache.ftpserver.usermanager
Class AnonymousAuthentication

java.lang.Object
  extended by org.apache.ftpserver.usermanager.AnonymousAuthentication
All Implemented Interfaces:
Authentication

public class AnonymousAuthentication
extends Object
implements Authentication

Class representing an anonymous authentication attempt

Author:
Apache MINA Project

Constructor Summary
AnonymousAuthentication()
          Default constructor
AnonymousAuthentication(UserMetadata userMetadata)
          Constructor with an additional user metadata parameter
 
Method Summary
 UserMetadata getUserMetadata()
          Retrive the user metadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonymousAuthentication

public AnonymousAuthentication()
Default constructor


AnonymousAuthentication

public AnonymousAuthentication(UserMetadata userMetadata)
Constructor with an additional user metadata parameter

Parameters:
userMetadata - User metadata
Method Detail

getUserMetadata

public UserMetadata getUserMetadata()
Retrive the user metadata

Returns:
The user metadata


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.