|
keycloak-service
|

静的公開メンバ関数 | |
| static Set< String > | resolveValidRedirectUris (String clientRootUrl, Collection< String > clientRedirectUris) |
| static String | resolveValidSectorIdentifier (String sectorIdentifierUri) |
| static String | resolveValidSectorIdentifier (String clientRootUrl, Set< String > clientRedirectUris) |
| static boolean | matchesRedirects (String clientRootUrl, Set< String > clientRedirectUris, Set< String > sectorRedirects) |
| static List< ProtocolMapperRepresentation > | getPairwiseSubMappers (ClientRepresentation client) |
静的非公開メンバ関数 | |
| static boolean | matchesRedirect (Set< String > validRedirects, String redirect) |
| static String | relativeToAbsoluteURI (String rootUrl, String relative) |
静的非公開変数類 | |
| static final Logger | logger = Logger.getLogger(PairwiseSubMapperUtils.class) |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinestatic |
Checks if the the registered client redirect URIs matches the set of redirect URIs from the sector identifier URI.
| clientRootUrl | root url registered on the client. |
| clientRedirectUris | redirect URIs registered on the client. |
| sectorRedirects | value of the sector identifier URI. |
|
inlinestaticprivate |
|
inlinestatic |
Returns a set of valid redirect URIs from the root url and redirect URIs registered on a client.
| clientRootUrl | |
| clientRedirectUris |
|
inlinestatic |
Tries to resolve a valid sector identifier from a sector identifier URI.
| sectorIdentifierUri |
|
inlinestatic |
Tries to resolve a valid sector identifier from the redirect URIs registered on a client.
| clientRootUrl | Root url registered on the client. |
| clientRedirectUris | Redirect URIs registered on the client. |
|
staticprivate |
1.8.13