Package net.shibboleth.spring.security
Class SecurityNamespaceHandler
java.lang.Object
net.shibboleth.shared.spring.custom.BaseSpringNamespaceHandler
net.shibboleth.spring.security.SecurityNamespaceHandler
- All Implemented Interfaces:
NamespaceHandler
Namespace handler for
SECURITY_NAMESPACE.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameCredential element name.static final StringNamespace for Security.static final QNameTrustEngine Element name.static final QNameTrustEngineRef element name.Fields inherited from class net.shibboleth.shared.spring.custom.BaseSpringNamespaceHandler
DEFAULT_SECONDARY_HANDLER_BASE_LOCATION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.shared.spring.custom.BaseSpringNamespaceHandler
decorate, doInit, findParserForElement, parse, registerBeanDefinitionParser
-
Field Details
-
SECURITY_NAMESPACE
Namespace for Security.- See Also:
-
CREDENTIAL_ELEMENT_NAME
Credential element name. -
TRUST_ENGINE_ELEMENT_NAME
TrustEngine Element name. -
TRUST_ENGINE_REF
TrustEngineRef element name.
-
-
Constructor Details
-
SecurityNamespaceHandler
public SecurityNamespaceHandler()
-
-
Method Details
-
init
public void init()- Specified by:
initin interfaceNamespaceHandler- Overrides:
initin classBaseSpringNamespaceHandler
-