}
builder.addPropertyValue("profileHandlers", SpringConfigurationUtils.parseCustomElements(children, context));
- children = configChildren.get(new QName(ProfileHandlerNamespaceHandler.NAMESPACE, "AuthenticationHandler"));
+ children = configChildren.get(new QName(ProfileHandlerNamespaceHandler.NAMESPACE, "LoginHandler"));
if(log.isDebugEnabled()){
- log.debug(children.size() + " authentication handler definitions found");
+ log.debug(children.size() + " login handler definitions found");
}
- builder.addPropertyValue("authenticationHandlers", SpringConfigurationUtils.parseCustomElements(children,
+ builder.addPropertyValue("loginHandlers", SpringConfigurationUtils.parseCustomElements(children,
context));
return builder.getBeanDefinition();
<RequestPath>/saml2/SOAP/AttributeQuery</RequestPath>
</ProfileHandler>
- <AuthenticationHandler xsi:type="RemoteUser">
+ <LoginHandler xsi:type="RemoteUser">
<AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</AuthenticationMethod>
- </AuthenticationHandler>
+ </LoginHandler>
- <AuthenticationHandler xsi:type="UsernamePassword"
+ <LoginHandler xsi:type="UsernamePassword"
jaasConfigurationLocation="file://$IDP_HOME$/conf/login.config">
<AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</AuthenticationMethod>
- </AuthenticationHandler>
+ </LoginHandler>
</ProfileHandlerGroup>
\ No newline at end of file