State the difference between ROLE_USER and ROLE_ANONYMOUS in a spring intercept-url configuration.
State the difference between ROLE_USER and ROLE_ANONYMOUS in a spring intercept-url configuration.
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
标签: interviewbit, spring-security, topic-specific, spring, security, java
参考答案摘要
ROLE_USER: It has no relevance unless you assign it to your users as soon as they are authenticated. You are responsible for loading the roles (authorities) for each authenticated user. ROLE_ANONYMOUS...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。