com.sun.enterprise.config.serverbeans
Interface SecureAdminPrincipal

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface SecureAdminPrincipal
extends org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.ConfigBeanProxy


Nested Class Summary
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
 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.component.Injectable
injectedInto
 
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


Copyright © 2012 GlassFish Community. All Rights Reserved.