Package org.ldaptive.jaas
Interface RoleResolverFactory
- All Known Implementing Classes:
PropertiesRoleResolverFactory
public interface RoleResolverFactory
Provides an interface for creating role resolver needed by various JAAS modules.
-
Method Summary
Modifier and TypeMethodDescriptioncreateRoleResolver
(Map<String, ?> jaasOptions) Creates a new role resolver with the supplied JAAS options.createSearchRequest
(Map<String, ?> jaasOptions) Creates a new search request with the supplied JAAS options.
-
Method Details
-
createRoleResolver
Creates a new role resolver with the supplied JAAS options.- Parameters:
jaasOptions
- JAAS configuration options- Returns:
- role resolver
-
createSearchRequest
Creates a new search request with the supplied JAAS options.- Parameters:
jaasOptions
- JAAS configuration options- Returns:
- search request
-