public class AuthMechanism extends Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
AuthMechanism()
Default constructor.
|
AuthMechanism(String description,
int authMechVal,
String credInterface)
Initializes the data members.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getAuthMechInt(String value) |
String |
getAuthMechType()
Get the auth-mech-type
|
int |
getAuthMechVal()
Get the authentication mechanism value.
|
String |
getCredentialInterface()
Get the credential interface.
|
String |
getDescription()
Get the description
|
void |
setAuthMechVal(int value)
Set the authentication mechanism value.
|
void |
setAuthMechVal(String value)
Set the authentication mechanism value.
|
void |
setCredentialInterface(String cred)
Set the credential interface.
|
void |
setDescription(String description)
Sets the description
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic void setCredentialInterface(String cred)
cred - the interface.public String getCredentialInterface()
public String getDescription()
getDescription in class Descriptorpublic void setDescription(String description)
setDescription in class Descriptordescription. - public String getAuthMechType()
public static int getAuthMechInt(String value)
public int getAuthMechVal()
public void setAuthMechVal(int value)
public void setAuthMechVal(String value)
Copyright © 2017. All rights reserved.