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  SecureAdminPrincipal.CrDecorator
      Invoked during creation of a new SecureAdminPrincipal.
      static class  SecureAdminPrincipal.Resolver
      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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDn()
      Gets the distinguished name for this SecureAdminPrincipal
      void setDn​(String dn)
      Sets the DN of the SecureAdminPrincipal
      • Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        createChild, deepCopy, getParent, getParent
    • Method Detail

      • 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