org.springframework.ws.soap.security.support
Class AcegiUtils
java.lang.Object
org.springframework.ws.soap.security.support.AcegiUtils
Deprecated. As of Spring-WS 1.5, in favor of Spring Security
public abstract class AcegiUtils
- extends Object
Generic utility methods for Spring Security
- Since:
- 1.5.8
- Author:
- Tareq Abedrabbo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcegiUtils
public AcegiUtils()
- Deprecated.
checkUserValidity
public static void checkUserValidity(UserDetails user)
throws AccountExpiredException,
CredentialsExpiredException,
DisabledException,
LockedException
- Deprecated.
- Checks the validity of a user's account and credentials.
- Parameters:
user
- the user to check
- Throws:
org.springframework.security.AccountExpiredException
- if the account has expired
org.springframework.security.CredentialsExpiredException
- if the credentials have expired
org.springframework.security.DisabledException
- if the account is disabled
org.springframework.security.LockedException
- if the account is locked
AccountExpiredException
CredentialsExpiredException
DisabledException
LockedException
Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.