Uses of Class
org.sourceid.saml20.domain.datasource.info.LdapInfo.LdapTag
-
Packages that use LdapInfo.LdapTag Package Description org.sourceid.saml20.domain.datasource.info Provides wrappers to data source specific information. -
-
Uses of LdapInfo.LdapTag in org.sourceid.saml20.domain.datasource.info
Methods in org.sourceid.saml20.domain.datasource.info that return types with arguments of type LdapInfo.LdapTag Modifier and Type Method Description List<LdapInfo.LdapTag>LdapInfo. getLdapTags()Retrieves the List of supported tags for this datastore.Method parameters in org.sourceid.saml20.domain.datasource.info with type arguments of type LdapInfo.LdapTag Modifier and Type Method Description voidLdapInfo. setLdapTags(List<LdapInfo.LdapTag> ldapTags)Specifies the List of supported tags for this datastore.
-