Skip to content

Commit c2f3cbf

Browse files
committed
feat(profile): add credential binding contracts
1 parent eed2b8d commit c2f3cbf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package io.github.easy4j.hermes.security;
2+
3+
/** Resolves the credential binding for a named Hermes profile. */
4+
@FunctionalInterface
5+
public interface ProfileCredentialResolver {
6+
ProfileBinding resolve(String profileId);
7+
}

0 commit comments

Comments
 (0)