| Package | Description |
|---|---|
| org.ikasan.console.security.service.authentication |
| Modifier and Type | Method and Description |
|---|---|
static InitialLdapContext |
LdapAuthenticatorImpl.recreateLdapContext(org.springframework.security.ldap.authentication.LdapAuthenticator authenticator,
LdapAuthenticationToken auth)
Since the InitialLdapContext that's stored as a property of an LdapAuthenticationToken is transient (because it
isn't Serializable), we need some way to recreate the InitialLdapContext if it's null (e.g., if the
LdapAuthenticationToken has been serialized and deserialized).
|
Copyright © 2007-2015 Ikasan. All Rights Reserved.