Skip to content

Commit

Permalink
SHIBUI-836 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Sep 11, 2018
1 parent 7c8ef09 commit 91c3810
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package edu.internet2.tier.shibboleth.admin.ui.service;

/**
* Generic API to resolve values from arbitrary tokenized placeholders such as '%{token.placeholder}' etc.
*
* @author Dmitriy Kopylenko
*/
public interface TokenPlaceholderValueResolvingService {

String resolveValueFromTokenPlaceholder(String tokenPlaceholder);
}

0 comments on commit 91c3810

Please sign in to comment.