org.ntlmv2.filter
Class NtlmV2Principal
java.lang.Object
org.ntlmv2.filter.NtlmV2Principal
- All Implemented Interfaces:
- Principal
public class NtlmV2Principal
- extends Object
- implements Principal
Stores a principal authenticated through NTLM.
- Author:
- Marcel Schoen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NtlmV2Principal
public NtlmV2Principal(String userName)
- Creates an NTLM principal holder.
- Parameters:
userName
- The Windows username.
getName
public String getName()
- Specified by:
getName
in interface Principal
Copyright © 2012. All Rights Reserved.