Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- asp.net
- 안드로이드
- varags
- decompiler
- Bootstrap
- 자바스크립트
- 자바
- Android
- Eclipse
- Web Service
- 컬럼명
- jsp
- Java
- MS-SQL
- Apache Lucene
- Maven
- MSsql
- 웹 서비스
- scrollView
- 웹뷰
- html
- STS
- C#
- MANTIS
- TextBox
- SpringSource Tool Suite
- WebView
- javascript
- 이클립스
- Redirect
Archives
- Today
- Total
bboks.net™
Spring security isAuthenticated VS isFullyAuthenticated 본문
Java/Spring Framework
Spring security isAuthenticated VS isFullyAuthenticated
bboks.net 2017. 3. 16. 13:15isAuthenticated() |
Returns true if the user is not anonymous |
isFullyAuthenticated() |
Returns true if the user is not an anonymous or a remember-me use |
[출처] Difference between isAuthenticated and isFullyAuthenticated