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