better specificity of principle object in client filter

pull/359/head
Justin Richer 2013-06-12 10:38:39 -04:00
parent e87c0329de
commit 48e8f5edad
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class OIDCAuthenticationToken extends AbstractAuthenticationToken {
private static final long serialVersionUID = 22100073066377804L;
private final Object principal;
private final ImmutableMap<String, String> principal;
private final String idTokenValue; // string representation of the id token
private final String accessTokenValue; // string representation of the access token
private final String refreshTokenValue; // string representation of the refresh token