Grouper Info
Special thanks to Shaun
Here's my main grouper client code:
https://github.com/UniversityOfHawaii/google-at-uh-auth/tree/master/google-at-uh-spring-security/src/main/java/edu/hawaii/grouper
The ...grouper/result code is generated:
The code here:
https://github.com/UniversityOfHawaii/google-at-uh-auth/tree/master/google-at-uh-spring-security/src/main/java/edu/hawaii/grouper/result
Was generated using a sample grouper response using this tool:
http://www.jsonschema2pojo.org/.
The GrouperClient class is the main place I use the api:
https://github.com/UniversityOfHawaii/google-at-uh-auth/blob/master/google-at-uh-spring-security/src/main/java/edu/hawaii/grouper/GrouperClient.java
I set up the GrouperClient class here:
https://github.com/UniversityOfHawaii/google-at-uh-auth/blob/master/identity-service/src/main/java/edu/hawaii/identity/WebSecurityConfig.java#L88
I use the GrouperClient here:
https://github.com/UniversityOfHawaii/google-at-uh-auth/blob/master/google-at-uh-spring-security/src/main/java/edu/hawaii/security/auth/uh/UhJwtIssuingAuthenticationSuccessHandler.java#L93