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, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public void setCredentialInterface(String cred)
cred
- the interface.public String getCredentialInterface()
public String getDescription()
getDescription
in class Descriptor
public void setDescription(String description)
setDescription
in class Descriptor
description.
- public String getAuthMechType()
public static int getAuthMechInt(String value)
public int getAuthMechVal()
public void setAuthMechVal(int value)
public void setAuthMechVal(String value)
Copyright © 2020. All rights reserved.