Uses of Class
jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Package | Description |
---|---|
jakarta.security.enterprise.identitystore |
The identity store API package.
|
-
Uses of LdapIdentityStoreDefinition.LdapSearchScope in jakarta.security.enterprise.identitystore
Methods in jakarta.security.enterprise.identitystore that return LdapIdentityStoreDefinition.LdapSearchScope Modifier and Type Method Description LdapIdentityStoreDefinition.LdapSearchScope
callerSearchScope()
Search scope for caller searches: determines depth of the search in the LDAP tree.LdapIdentityStoreDefinition.LdapSearchScope
groupSearchScope()
Search scope for group searches, determines depth of the search in the LDAP tree.static LdapIdentityStoreDefinition.LdapSearchScope
LdapIdentityStoreDefinition.LdapSearchScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LdapIdentityStoreDefinition.LdapSearchScope[]
LdapIdentityStoreDefinition.LdapSearchScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.