org.ntlmv2.filter
Class NtlmV2Principal

java.lang.Object
  extended by org.ntlmv2.filter.NtlmV2Principal
All Implemented Interfaces:
Principal

public class NtlmV2Principal
extends Object
implements Principal

Stores a principal authenticated through NTLM.

Author:
Marcel Schoen

Constructor Summary
NtlmV2Principal(String userName)
          Creates an NTLM principal holder.
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

NtlmV2Principal

public NtlmV2Principal(String userName)
Creates an NTLM principal holder.

Parameters:
userName - The Windows username.
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal


Copyright © 2012. All Rights Reserved.