org.qi4j.library.auth
Interface AuthorizationContext

All Known Subinterfaces:
AuthorizationContextValue

@Immutable
public interface AuthorizationContext


Method Summary
 AuthenticationMethod authenticationMethod()
           
 Property<Date> time()
           
 Property<User> user()
           
 

Method Detail

user

Property<User> user()

time

Property<Date> time()

authenticationMethod

AuthenticationMethod authenticationMethod()