| Package | Description |
|---|---|
| net.sf.michaelo.dirctxsrc |
The base package for
DirContextSource. |
| net.sf.michaelo.dirctxsrc.spring |
The base package for
DirContextSource wrappers for the
Spring Framework. |
| Modifier and Type | Method and Description |
|---|---|
static DirContextSource.Auth |
DirContextSource.Auth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirContextSource.Auth[] |
DirContextSource.Auth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DirContextSource.Builder |
DirContextSource.Builder.auth(DirContextSource.Auth auth)
Sets the authentication scheme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirContextSource.setAuth(DirContextSource.Auth auth) |
Copyright © 2012–2019 Michael Osipov. All rights reserved.