public class KerberosConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
Constructor and Description |
---|
KerberosConfigElement()
Constructs a new Kerberos Config Element.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement element) |
java.lang.String |
getEndpointSPN()
Gets the Service Principal Name to use on the endpoint.
|
java.lang.String |
getLoginEntryName()
Gets the JAAS login configuration entry name.
|
java.lang.String |
getPassword()
Gets the password.
|
java.lang.String |
getRealm()
Gets the realm.
|
protected static KerberosConfigElement |
newInstance(org.dom4j.Element elem)
Constructs a new instance from an XML Element.
|
public KerberosConfigElement()
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement element)
combine
in interface org.springframework.extensions.config.ConfigElement
combine
in class org.springframework.extensions.config.element.ConfigElementAdapter
public java.lang.String getPassword()
public java.lang.String getRealm()
public java.lang.String getEndpointSPN()
public java.lang.String getLoginEntryName()
protected static KerberosConfigElement newInstance(org.dom4j.Element elem)
elem
- the XML elementCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.