Class WsGrouperOauthAuthentication
java.lang.Object
edu.internet2.middleware.grouper.ws.security.WsGrouperOauthAuthentication
- All Implemented Interfaces:
WsCustomAuthentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
retrieveLoggedInSubjectId
(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:WsCustomAuthentication
retrieve the current username (subjectId) from the request object.- Specified by:
retrieveLoggedInSubjectId
in interfaceWsCustomAuthentication
- Returns:
- the logged in username (subjectId)
- Throws:
WsInvalidQueryException
- if there is a problem
-