Acegi security / Login-Logout and remember ok (next step: dynamical menu and user info when authentified)
This commit is contained in:
@@ -30,9 +30,13 @@
|
||||
|
||||
</table>
|
||||
</form>
|
||||
<authz:authentication operation="username"></authz:authentication>
|
||||
<authz:authorize ifAllGranted="ROLE_AUTHOR">
|
||||
|
||||
<authz:authorize ifNotGranted="ROLE_ANONYMOUS">
|
||||
<a href="j_acegi_logout">Logout</a>
|
||||
</authz:authorize>
|
||||
|
||||
|
||||
<authz:authorize ifAllGranted="ROLE_AUTHOR">
|
||||
<h1>Welcome: <%= SecurityContextHolder.getContext().getAuthentication().getName() %></h1>
|
||||
</authz:authorize>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user