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 classSecureAdminPrincipal.CrDecoratorInvoked during creation of a new SecureAdminPrincipal.static classSecureAdminPrincipal.ResolverResolves using the type and any name, with no restrictions on the name and with an optional mapping from a cert alias to the name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDn()Gets the distinguished name for this SecureAdminPrincipalvoidsetDn(String dn)Sets the DN of the SecureAdminPrincipal
-