Interface SecureAdminPrincipal

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy

public interface SecureAdminPrincipal extends org.jvnet.hk2.config.ConfigBeanProxy
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Invoked during creation of a new SecureAdminPrincipal.
    static class 
    Resolves using the type and any name, with no restrictions on the name and with an optional mapping from a cert alias to the name.

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    org.jvnet.hk2.config.ConfigBeanProxy.Duck
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the distinguished name for this SecureAdminPrincipal
    void
    Sets the DN of the SecureAdminPrincipal

    Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    createChild, deepCopy, getParent, getParent
  • Method Details

    • setDn

      void setDn(String dn)
      Sets the DN of the SecureAdminPrincipal
      Parameters:
      dn - the DN
    • getDn

      String getDn()
      Gets the distinguished name for this SecureAdminPrincipal
      Returns:
      String containing the DN