Package | Description |
---|---|
org.apache.wss4j.binding.wss10 |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.wss4j.stax.validate |
Modifier and Type | Method and Description |
---|---|
PasswordString |
ObjectFactory.createPasswordString()
Create an instance of
PasswordString |
Modifier and Type | Method and Description |
---|---|
JAXBElement<PasswordString> |
ObjectFactory.createPassword(PasswordString value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<PasswordString> |
ObjectFactory.createPassword(PasswordString value)
|
Modifier and Type | Method and Description |
---|---|
protected void |
UsernameTokenValidatorImpl.verifyCustomPassword(String username,
PasswordString passwordType,
TokenContext tokenContext)
Verify a UsernameToken containing a password of some unknown (but specified) password
type.
|
protected void |
UsernameTokenValidatorImpl.verifyDigestPassword(String username,
PasswordString passwordType,
byte[] nonceVal,
String created,
TokenContext tokenContext)
Verify a UsernameToken containing a password digest.
|
protected void |
UsernameTokenValidatorImpl.verifyPlaintextPassword(String username,
PasswordString passwordType,
TokenContext tokenContext)
Verify a UsernameToken containing a plaintext password.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.