getUUIDFromToken()
Non-static operation.
This operation returns the UUID of the provided token.
You need a current authenticator service object to call this operation (which you can get using getAuthService()).
You can use this operation to e.g. read the UUID from a token provided via the headers in an API Implementations.
Parameters
Name | Type | Direction | Description | Allowed Values/Example |
---|---|---|---|---|
token | String | in | Provide a token. | |
String | return | Returns the Keycloak UUID of the provided token. |
Related Pages: