public class TargetInfo
extends java.lang.Object
Contains the target information from an NTLM message.
Constructor and Description |
---|
TargetInfo(int type,
java.lang.String name)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return the target name
|
static java.lang.String |
getTypeAsString(int typ)
Return the target type as a string
|
int |
isType()
Return the target type
|
java.lang.String |
toString()
Return the target information as a string
|
public TargetInfo(int type, java.lang.String name)
type
- intname
- Stringpublic final int isType()
public final java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public static final java.lang.String getTypeAsString(int typ)
typ
- intCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.