com.waveset.object
Class LoginConfig.LoginConfigEntry

java.lang.Object
  extended bycom.waveset.object.LoginConfig.LoginConfigEntry
Enclosing class:
LoginConfig

public static class LoginConfig.LoginConfigEntry
extends java.lang.Object


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

Constructor Detail

LoginConfig.LoginConfigEntry

public LoginConfig.LoginConfigEntry()

LoginConfig.LoginConfigEntry

public LoginConfig.LoginConfigEntry(org.w3c.dom.Element e)
Method Detail

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)