Reorder Javadoc tags consistently
See gh-1479
This commit is contained in:
@@ -32,9 +32,9 @@ import org.springframework.util.StringUtils;
|
||||
*
|
||||
* @author Stephen More
|
||||
* @author Arjen Poutsma
|
||||
* @since 2.1.2
|
||||
* @see KeyManager
|
||||
* @see KeyManagerFactory
|
||||
* @since 2.1.2
|
||||
*/
|
||||
public class KeyManagersFactoryBean implements FactoryBean<KeyManager[]>, InitializingBean {
|
||||
|
||||
|
||||
@@ -37,9 +37,9 @@ import org.springframework.util.StringUtils;
|
||||
* you want.
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
* @since 1.0.0
|
||||
* @see #setLocation(org.springframework.core.io.Resource)
|
||||
* @see KeyStore
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public class KeyStoreFactoryBean implements FactoryBean<KeyStore>, InitializingBean {
|
||||
|
||||
|
||||
@@ -31,9 +31,9 @@ import org.springframework.util.StringUtils;
|
||||
* Uses the {@link TrustManagerFactory} to create the {@code TrustManager}s.
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
* @since 2.2
|
||||
* @see TrustManager
|
||||
* @see TrustManagerFactory
|
||||
* @since 2.2
|
||||
*/
|
||||
public class TrustManagersFactoryBean implements FactoryBean<TrustManager[]>, InitializingBean {
|
||||
|
||||
|
||||
@@ -142,8 +142,8 @@ import org.springframework.ws.soap.security.wss4j2.callback.UsernameTokenPrincip
|
||||
* @author Jamin Hitchcock
|
||||
* @author Rob Leland
|
||||
* @author Lars Uffmann
|
||||
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
|
||||
* @since 2.3.0
|
||||
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
|
||||
*/
|
||||
public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor implements InitializingBean {
|
||||
|
||||
|
||||
@@ -38,8 +38,8 @@ import org.springframework.ws.soap.security.support.KeyStoreUtils;
|
||||
* @author Tareq Abed Rabbo
|
||||
* @author Arjen Poutsma
|
||||
* @author Jamin Hitchcock
|
||||
* @see org.springframework.ws.soap.security.support.KeyStoreFactoryBean
|
||||
* @since 2.3.0
|
||||
* @see org.springframework.ws.soap.security.support.KeyStoreFactoryBean
|
||||
*/
|
||||
public class KeyStoreCallbackHandler extends AbstractWsPasswordCallbackHandler implements InitializingBean {
|
||||
|
||||
|
||||
@@ -35,8 +35,8 @@ import org.springframework.util.Assert;
|
||||
* @author Tareq Abed Rabbo
|
||||
* @author Arjen Poutsma
|
||||
* @author Jamin Hitchcock
|
||||
* @see #setUsers(java.util.Properties)
|
||||
* @since 2.3.0
|
||||
* @see #setUsers(java.util.Properties)
|
||||
*/
|
||||
public class SimplePasswordValidationCallbackHandler extends AbstractWsPasswordCallbackHandler
|
||||
implements InitializingBean {
|
||||
|
||||
@@ -30,8 +30,8 @@ import org.apache.wss4j.common.principal.WSUsernameTokenPrincipalImpl;
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
* @author Jamin Hitchcock
|
||||
* @see WSUsernameTokenPrincipalImpl
|
||||
* @since 2.3.0
|
||||
* @see WSUsernameTokenPrincipalImpl
|
||||
*/
|
||||
public class UsernameTokenPrincipalCallback implements Callback, Serializable {
|
||||
|
||||
|
||||
@@ -39,8 +39,8 @@ import org.springframework.util.Assert;
|
||||
* @author Tareq Abed Rabbo
|
||||
* @author Arjen Poutsma
|
||||
* @author Jamin Hitchcock
|
||||
* @see Crypto
|
||||
* @since 2.3.0
|
||||
* @see Crypto
|
||||
*/
|
||||
public class CryptoFactoryBean implements FactoryBean<Crypto>, InitializingBean {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user