Skip to content

Commit

Permalink
fix: Attribute translator integration
Browse files Browse the repository at this point in the history
Added description to GluuScratchContext
  • Loading branch information
uprightech committed Jul 5, 2021
1 parent c2024a4 commit 2a28275
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/org/gluu/idp/context/GluuScratchContext.java
Expand Up @@ -6,6 +6,13 @@

import net.shibboleth.idp.attribute.IdPAttribute;

/**
* Scratch context to pass data between the servlet and Shibboleth IDP
* Currently being used only by the post-processing script, but could
* be used in other places
* @author Djeumen Rolain
* @version 0.1, 07/05/2021
*/
public final class GluuScratchContext extends BaseContext{

private List<IdPAttribute> idpAttributes;
Expand Down

0 comments on commit 2a28275

Please sign in to comment.