Uses of Class
org.sourceid.saml20.domain.datasource.info.LdapInfo.LdapType
-
Packages that use LdapInfo.LdapType Package Description org.sourceid.saml20.domain.datasource.info Provides wrappers to data source specific information. -
-
Uses of LdapInfo.LdapType in org.sourceid.saml20.domain.datasource.info
Methods in org.sourceid.saml20.domain.datasource.info that return LdapInfo.LdapType Modifier and Type Method Description static LdapInfo.LdapTypeLdapInfo.LdapType. canonicalName(String name)Converts an LDAP description to anLdapInfoLdapInfo.LdapTypeLdapInfo. getLdapType()Retrieves the LDAP type (GENERIC, AD, PingDirectory, Custom or SunONE).static LdapInfo.LdapTypeLdapInfo.LdapType. valueOf(String name)Returns the enum constant of this type with the specified name.static LdapInfo.LdapType[]LdapInfo.LdapType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sourceid.saml20.domain.datasource.info with parameters of type LdapInfo.LdapType Modifier and Type Method Description voidLdapInfo. setLdapType(LdapInfo.LdapType ldapType)Specifies the LDAP type (GENERIC, AD, PingDirectory, Custom or SunONE).
-