|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.SIFKeyedElement
com.edustructures.sifworks.infra.AuthenticationInfo
public class AuthenticationInfo
The authentication information for one system.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AuthenticationInfo()
Constructor |
|
AuthenticationInfo(AuthSystem system)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getDistinguishedName()
Gets the value of the <DistinguishedName> element. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
PasswordList |
getPasswordList()
Gets the value of the <PasswordList> element. |
AuthSystem |
getSystem()
Gets the value of the <System> element. |
java.lang.String |
getUsername()
Gets the value of the <Username> element. |
void |
removePasswordList()
Removes the PasswordList child element previously created by calling setPasswordList |
void |
removeSystem()
Removes the System child element previously created by calling setSystem |
void |
setDistinguishedName(java.lang.String value)
Sets the value of the <DistinguishedName> element. |
void |
setPasswordList(PasswordList value)
Sets the value of the <PasswordList> element. |
void |
setSystem(AuthSystem value)
Sets the value of the <System> element. |
void |
setSystem(AuthSystemType type,
java.lang.String value)
Sets the value of the <System> child element. |
void |
setUsername(java.lang.String value)
Sets the value of the <Username> element. |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationInfo()
public AuthenticationInfo(AuthSystem system)
system - An identifying string for the system that supports this authentication information.| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public void setSystem(AuthSystem value)
<System> element.
The SIF specification defines the meaning of this element as: "An identifying string for the system that supports this authentication information."
value - A AuthSystem object
public void setSystem(AuthSystemType type,
java.lang.String value)
<System> child element.
This form of setSystem is provided as a convenience method
that is functionally equivalent to the version of setSystem
that accepts a single AuthSystem object.
type - Specific type of user identification.value - Gets or sets the content value of the <AuthSystem> elementpublic AuthSystem getSystem()
<System> element.
The SIF specification defines the meaning of this element as: "An identifying string for the system that supports this authentication information."
AuthSystem objectpublic void removeSystem()
System child element previously created by calling setSystem
public java.lang.String getUsername()
<Username> element.
The SIF specification defines the meaning of this element as: "The identification string for this user."
Username element of this object.public void setUsername(java.lang.String value)
<Username> element.
The SIF specification defines the meaning of this element as: "The identification string for this user."
value - A String objectpublic java.lang.String getDistinguishedName()
<DistinguishedName> element.
The SIF specification defines the meaning of this element as: "This is the distinguished name of the user in a network directory system."
DistinguishedName element of this object.public void setDistinguishedName(java.lang.String value)
<DistinguishedName> element.
The SIF specification defines the meaning of this element as: "This is the distinguished name of the user in a network directory system."
value - A String objectpublic void setPasswordList(PasswordList value)
<PasswordList> element.
value - A PasswordList objectpublic PasswordList getPasswordList()
<PasswordList> element.
PasswordList objectpublic void removePasswordList()
PasswordList child element previously created by calling setPasswordList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||