クラス Person

実装済みのインターフェース一覧:
SerializableSE, CredentialsContainer, UserDetails, PasswordPolicyData, LdapUserDetails
既知の直属サブクラス
InetOrgPerson

public class Person extends LdapUserDetailsImpl
プロパティが Person の LDAP スキーマに基づいている UserDetails 実装。
導入:
2.0
関連事項:
  • コンストラクターの詳細

    • Person

      protected Person()
  • 方法の詳細

    • getGivenName

      public @Nullable StringSE getGivenName()
    • getSn

      public @Nullable StringSE getSn()
    • getCn

      public StringSE[] getCn()
    • getDescription

      public @Nullable StringSE getDescription()
    • getTelephoneNumber

      public @Nullable StringSE getTelephoneNumber()
    • populateContext

      protected void populateContext(org.springframework.ldap.core.DirContextAdapter adapter)