public class SpringSecurityAuthenticationSource
extends java.lang.Object
implements org.springframework.ldap.core.AuthenticationSourceSecurityContextHolder に格納されている認証情報を取得する AuthenticationSource。これは Spring LDAP の AcegiAuthenticationSource のコピーで、Spring Security 2.0 で使用できるように更新されたものです。
| コンストラクターと説明 |
|---|
SpringSecurityAuthenticationSource() |
| 修飾子と型 | メソッドと説明 |
|---|---|
java.lang.String | getCredentials() |
java.lang.String | getPrincipal() ログインしたユーザーのプリンシパル(この場合は識別名)を取得します。 |
public java.lang.String getPrincipal()
org.springframework.ldap.core.AuthenticationSource 内の getPrincipal public java.lang.String getCredentials()
org.springframework.ldap.core.AuthenticationSource 内の getCredentials AuthenticationSource.getCredentials()