Saml2Parser |
Saml2Parser.setDestinationEndpoint(String destinationEndpoint) |
Sets the DesinationEndpoint for Response Destination attribute and Assertion Subject.
|
Saml2Parser |
Saml2Parser.setGroupAttribName(String groupAttribName) |
Sets the Group Attribute Name.
|
Saml2Parser |
Saml2Parser.setKeystoreData(byte[] keystoreData) |
Sets the keystore that holds the private key and public Certificate keys.
|
Saml2Parser |
Saml2Parser.setKeystorePassword(String keystorePassword) |
Sets the keystore password.
|
Saml2Parser |
Saml2Parser.setPrivateKeyAlias(String privateKeyAlias) |
Sets the Private Key Alias for the keystore.
|
Saml2Parser |
Saml2Parser.setPrivateKeyPassword(String privateKeyPassword) |
Sets the Private Key Password.
|
Saml2Parser |
Saml2Parser.setRPIdentifier(String rpIdentifier) |
Sets the Relying Party Identifier used by the security manager.
|
Saml2Parser |
Saml2Parser.setUrlDecodeResponse() |
Specify whether to URL decode the SAML response befpre Base64 decoding.
|
Saml2Parser |
Saml2Parser.setValidationCertData(byte[] validatorCertData) |
Sets the token signing certificate used for validating the SAML2 Signature.
|
Saml2Parser |
Saml2Parser.skipAssertionAuthnStatementCheck() |
Specify whether to skip the execution of the Assertion AuthnStatment checks.
|
Saml2Parser |
Saml2Parser.skipAssertionConditionCheck() |
Specify whether to skip the execution of checks associated with the Assertion Condition.
|
Saml2Parser |
Saml2Parser.skipAssertionSignatureValidation() |
Specify whether to skip the execution of the Assertion Signature Validation checks.
|
Saml2Parser |
Saml2Parser.skipAssertionSubjectCheck() |
Specify whether to skip the execution of checks associated with the Assertion Subject.
|
Saml2Parser |
Saml2Parser.skipDestinationEndpointCheck() |
Specify whether to skip the execution of checks associated with the Response.
|
Saml2Parser |
Saml2Parser.skipRequireEncryption() |
Specify whether to skip the encryption requirement and allow an unencypted SAML token to be parsed.
|
Saml2Parser |
Saml2Parser.skipResponseDateCheck() |
Specify whether to skip the execution of the Response Date Check on the Response:@IssueInstant timestamp attribute.
|
Saml2Parser |
Saml2Parser.skipResponseSignatureValidation() |
Specify whether to skip the execution of the Response Signature Validation.
|