com.atlassian.crowd.directory.ldap
Class LdapTypeConfig

java.lang.Object
  extended by com.atlassian.crowd.directory.ldap.LdapTypeConfig

public class LdapTypeConfig
extends Object

Information bean for building the UI configuration screen.


Constructor Summary
LdapTypeConfig(String key, String displayName, Properties defaultValues)
           
 
Method Summary
 String getDisplayName()
           
 String getKey()
           
 String getLdapTypeAsJson()
          Get a JSON String of an array of fields with default value and visibility.
 void setHiddenField(String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapTypeConfig

public LdapTypeConfig(String key,
                      String displayName,
                      Properties defaultValues)
Method Detail

getKey

public String getKey()

getDisplayName

public String getDisplayName()

setHiddenField

public void setHiddenField(String fieldName)

getLdapTypeAsJson

public String getLdapTypeAsJson()
Get a JSON String of an array of fields with default value and visibility.

Returns:


Copyright © 2013 Atlassian. All Rights Reserved.