Interface SecureAdminPrincipal
-
- All Superinterfaces:
ConfigBeanProxy
public interface SecureAdminPrincipal extends 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.-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
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-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-