public interface Context extends HasAttributes
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticatedPrincipalId()
The Principal Id of the currently authenticated user.
|
Date |
getCurrentDate()
The current date in this context.
|
Locale |
getLocale()
The locale information requested by the user.
|
String |
getPrincipalId()
The Principal Id of the principal on whose behalf the
authenticated principal is acting.
|
String |
getTimeZone()
The time zone requested by the user.
|
getAttributes
String getAuthenticatedPrincipalId()
String getPrincipalId()
Date getCurrentDate()
String getTimeZone()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.