com.waveset.object
Class LoginConfig.LoginConfigEntry
java.lang.Object
com.waveset.object.LoginConfig.LoginConfigEntry
- Enclosing class:
- LoginConfig
- public static class LoginConfig.LoginConfigEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginConfig.LoginConfigEntry
public LoginConfig.LoginConfigEntry()
LoginConfig.LoginConfigEntry
public LoginConfig.LoginConfigEntry(org.w3c.dom.Element e)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getDisplayName
public java.lang.String getDisplayName()
setDisplayName
public void setDisplayName(java.lang.String displayName)
getShortDisplayName
public java.lang.String getShortDisplayName()
setShortDisplayName
public void setShortDisplayName(java.lang.String shortDisplayName)
getAuthnProperties
public LoginConfig.LoginConfigEntry.AuthnProperty[] getAuthnProperties()
containsUserInputAuthnProperties
public boolean containsUserInputAuthnProperties()
getAuthnProperty
public LoginConfig.LoginConfigEntry.AuthnProperty getAuthnProperty(java.lang.String propName)
getAuthnPropertyThatIsId
public LoginConfig.LoginConfigEntry.AuthnProperty getAuthnPropertyThatIsId()
getAuthnPropertyNameByType
public java.lang.String getAuthnPropertyNameByType(java.lang.String typeName)
getAuthnPropertyNamesByType
public java.lang.String[] getAuthnPropertyNamesByType(java.lang.String typeName)
setAuthnProperties
public void setAuthnProperties(LoginConfig.LoginConfigEntry.AuthnProperty[] authnProperties)
addAuthnProperty
public void addAuthnProperty(LoginConfig.LoginConfigEntry.AuthnProperty authnProperty)
removeAuthnProperty
public void removeAuthnProperty(LoginConfig.LoginConfigEntry.AuthnProperty authnProperty)
getSupportedApplications
public java.lang.String[] getSupportedApplications()
setSupportedApplications
public void setSupportedApplications(java.lang.String[] supportedApplications)
equals
public boolean equals(java.lang.Object obj)
staticParseLoginConfigEntry
public static LoginConfig.LoginConfigEntry staticParseLoginConfigEntry(org.w3c.dom.Element attel)
toXml
public void toXml(java.lang.StringBuffer b)