Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT generation and parsing #50

Merged
merged 2 commits into from
Jan 26, 2017
Merged

JWT generation and parsing #50

merged 2 commits into from
Jan 26, 2017

Conversation

david-guzman
Copy link
Contributor

No description provided.

}

public Date getExp() {
return exp;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[FindBugs] INFO: EI: uk.ac.ucl.eidp.auth.jwt.CallerClaims.getExp() may expose internal representation by returning CallerClaims.exp

}

public void setExp(Date exp) {
this.exp = exp;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[FindBugs] INFO: EI2: uk.ac.ucl.eidp.auth.jwt.CallerClaims.setExp(Date) may expose internal representation by storing an externally mutable object into CallerClaims.exp

*/
public class JwtTest {

private final String apiKeySecret = "lIySuazq3y2dCKaJhmJyuA==";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[FindBugs] INFO: SS: Unread field: uk.ac.ucl.eidp.auth.jwt.JwtTest.apiKeySecret; should this field be static?

public class JwtTest {

private final String apiKeySecret = "lIySuazq3y2dCKaJhmJyuA==";
private final String credentialsEncoding = "UTF-8";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[FindBugs] INFO: SS: Unread field: uk.ac.ucl.eidp.auth.jwt.JwtTest.credentialsEncoding; should this field be static?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.6%) to 69.799% when pulling c582f38 on jaspic into 8ccb891 on master.

@david-guzman david-guzman merged commit 371cfa7 into master Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants