Class WsGrouperOauthAuthentication
java.lang.Object
edu.internet2.middleware.grouper.ws.security.WsGrouperOauthAuthentication
- All Implemented Interfaces:
WsCustomAuthentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidretrieveLoggedInSubjectId(javax.servlet.http.HttpServletRequest httpServletRequest) retrieve the current username (subjectId) from the request object.
-
Constructor Details
-
WsGrouperOauthAuthentication
public WsGrouperOauthAuthentication()
-
-
Method Details
-
main
-
retrieveLoggedInSubjectId
public String retrieveLoggedInSubjectId(javax.servlet.http.HttpServletRequest httpServletRequest) throws WsInvalidQueryException Description copied from interface:WsCustomAuthenticationretrieve the current username (subjectId) from the request object.- Specified by:
retrieveLoggedInSubjectIdin interfaceWsCustomAuthentication- Returns:
- the logged in username (subjectId)
- Throws:
WsInvalidQueryException- if there is a problem
-