mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Updated Assertion message
This commit is contained in:
parent
84a3c87ea4
commit
8b1cc05518
@ -43,7 +43,7 @@ public class DaoCasAuthoritiesPopulator implements CasAuthoritiesPopulator, Init
|
|||||||
//~ Methods ========================================================================================================
|
//~ Methods ========================================================================================================
|
||||||
|
|
||||||
public void afterPropertiesSet() throws Exception {
|
public void afterPropertiesSet() throws Exception {
|
||||||
Assert.notNull(this.userDetailsService, "An authenticationDao must be set");
|
Assert.notNull(this.userDetailsService, "A UserDetailsService must be set");
|
||||||
}
|
}
|
||||||
|
|
||||||
public UserDetails getUserDetails(String casUserId)
|
public UserDetails getUserDetails(String casUserId)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user