Class ClientAssertion


  • public class ClientAssertion
    extends Object
    Version:
    February 12, 2019
    Author:
    Javier Rojas Blum
    • Constructor Detail

      • ClientAssertion

        public ClientAssertion​(io.jans.as.model.configuration.AppConfiguration appConfiguration,
                               io.jans.as.model.crypto.AbstractCryptoProvider cryptoProvider,
                               String clientId,
                               io.jans.as.model.token.ClientAssertionType clientAssertionType,
                               String encodedAssertion)
                        throws io.jans.as.model.exception.InvalidJwtException
        Throws:
        io.jans.as.model.exception.InvalidJwtException
    • Method Detail

      • getSubjectIdentifier

        public String getSubjectIdentifier()
      • getClientSecret

        public String getClientSecret()