org.jboss.seam.security.annotations
Annotation Type LoggedIn


@SecurityBindingType
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@Documented
public @interface LoggedIn

Built-in security binding type, used to restrict a method invocation to users that are logged in

Author:
Shane Bryzak



Copyright © 2011 Seam Framework. All Rights Reserved.