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.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Method Summary
 RoleResolver createRoleResolver(Map<String,?> jaasOptions)
          Creates a new role resolver with the supplied JAAS options.
 SearchRequest createSearchRequest(Map<String,?> jaasOptions)
          Creates a new search request with the supplied JAAS options.
 

Method Detail

createRoleResolver

RoleResolver createRoleResolver(Map<String,?> jaasOptions)
Creates a new role resolver with the supplied JAAS options.

Parameters:
jaasOptions - JAAS configuration options
Returns:
role resolver

createSearchRequest

SearchRequest createSearchRequest(Map<String,?> jaasOptions)
Creates a new search request with the supplied JAAS options.

Parameters:
jaasOptions - JAAS configuration options
Returns:
search request


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.