public class HybridTokenFactory extends Object implements TokenFactory
Token instance. Supports Jwt tokens from IAS and XSUAA
identity service. TokenFactory loads and instantiates the respective Token
dynamically.| Constructor and Description |
|---|
HybridTokenFactory() |
| Modifier and Type | Method and Description |
|---|---|
Token |
create(String jwtToken)
Determines whether the JWT token is issued by XSUAA or IAS identity service,
and creates a Token for it.
|
public Token create(String jwtToken)
create in interface TokenFactoryjwtToken - the encoded JWT token (access_token or id_token), e.g. from the
Authorization Header.Copyright © 2024. All rights reserved.