com.vii.brillien.kernel.annotations.sso
Annotation Type Authenticator


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface Authenticator

Defines annotation to mark if a method is dedicated to authenticate the user, retrieving Session to it. All methods not having such annotation are considered SSO protected and cannot be called without proper session.



Copyright © 2012. All Rights Reserved.