Я пытаюсь преобразовать spring security xml
конфигурации в java
конфигурацию, кто-нибудь знает, чтобы преобразовать следующие теги:
<authentication-manager alias="authenticationManager">
<authentication-provider ref="...." />
<authentication-provider ref="...." />
</authentication-manager>
этот
<oauth:provider consumer-details-service-ref="oauthConsumerDetails" token-services-ref="tokenServices"
require10a="false" authenticate-token-url="/oauth_authenticate_token" />
этот
<oauth:token-services id="tokenServices" />
и этот
<global-method-security pre-post-annotations="enabled" secured-annotations="enabled"/>