Lines Matching defs:username
106 { "input_token_state": { "token_type": "USERNAME", "username": "unt_user1767572069", "password": "password" }, "output_token_state": { "token_type": "SAML2", "subject_confirmation": "BEARER" } }
108 { "input_token_state": { "token_type": "USERNAME", "username": "unt_user1683257432", "password": "password" }, "output_token_state": { "token_type": "SAML2", "subject_confirmation": "HOLDER_OF_KEY", "proof_token_state": { "base64EncodedCertificate": "MIICQDCCAakCBEeNB0...wWigmrW0Y0Q==" } } }
110 { "input_token_state": { "token_type": "USERNAME", "username": "unt_user1683257432", "password": "password" }, "output_token_state": { "token_type": "SAML2", "subject_confirmation": "SENDER_VOUCHES" } }
112 * @param username the username in the UsernameToken
119 public String transformUntToSAML2(String username, String password,
123 .username(username.getBytes(AMSTSConstants.UTF_8_CHARSET_ID))
150 public String transformUntToCustomToken(String username, String password, JsonValue customTokenOutput) throws IOException {
152 .username(username.getBytes(AMSTSConstants.UTF_8_CHARSET_ID))
164 { "input_token_state": { "token_type": "USERNAME", "username": "unt_user1767572069", "password": "password" }, "output_token_state": { "token_type": "OPENIDCONNECT", "nonce": "521828576", "allow_access": true } }
166 public String transformUntToOIDC(String username, String password,
169 .username(username.getBytes(AMSTSConstants.UTF_8_CHARSET_ID))