Package org.gluu.oxauth.model.token
Class ClientAssertion
- java.lang.Object
-
- org.gluu.oxauth.model.token.ClientAssertion
-
public class ClientAssertion extends java.lang.Object
- Version:
- February 12, 2019
- Author:
- Javier Rojas Blum
-
-
Constructor Summary
Constructors Constructor Description ClientAssertion(AppConfiguration appConfiguration, AbstractCryptoProvider cryptoProvider, java.lang.String clientId, ClientAssertionType clientAssertionType, java.lang.String encodedAssertion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClientSecret()
java.lang.String
getSubjectIdentifier()
-
-
-
Constructor Detail
-
ClientAssertion
public ClientAssertion(AppConfiguration appConfiguration, AbstractCryptoProvider cryptoProvider, java.lang.String clientId, ClientAssertionType clientAssertionType, java.lang.String encodedAssertion) throws InvalidJwtException
- Throws:
InvalidJwtException
-
-