public interface UsernameSearchMapper
Modifier and Type | Interface and Description |
---|---|
static interface |
UsernameSearchMapper.MappedValues
Mapped values holder.
|
Modifier and Type | Method and Description |
---|---|
UsernameSearchMapper.MappedValues |
map(DirContext context,
GSSName gssName)
Maps a GSS name to AD search parameters.
|
UsernameSearchMapper.MappedValues map(DirContext context, GSSName gssName) throws NamingException
context
when an approriate GSS name is presented. The
implementor must be aware that the returned search base might need to be relativized to the
root DN of the context.context
- the search contextgssName
- the GSS name to be mappedNamingException
- if a context-related error has occuredCopyright © 2013–2020 Michael Osipov. All rights reserved.