Searched defs:ProofTokenState (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/user/invocation/
H A DProofTokenState.java43 * which encapsulates this public key. Thus the SOAP-STS can use this ReceivedKey to constitute the ProofTokenState,
55 public class ProofTokenState { class
66 public ProofTokenState build() throws TokenMarshalException {
67 return new ProofTokenState(this);
75 private ProofTokenState(ProofTokenStateBuilder builder) throws TokenMarshalException { method in class:ProofTokenState
88 if (other instanceof ProofTokenState) {
89 ProofTokenState otherState = (ProofTokenState)other;
109 public static ProofTokenState fromJson(JsonValue jsonValue) throws TokenMarshalException {
114 return ProofTokenState
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/user/invocation/
H A DProofTokenState.java43 * which encapsulates this public key. Thus the SOAP-STS can use this ReceivedKey to constitute the ProofTokenState,
56 public class ProofTokenState { class
59 * Builder class for {@code ProofTokenState}
78 * Builds the {@code ProofTokenState}
79 * @return the {@code ProofTokenState}
82 public ProofTokenState build() throws TokenMarshalException {
83 return new ProofTokenState(this);
92 private ProofTokenState(ProofTokenStateBuilder builder) throws TokenMarshalException { method in class:ProofTokenState
109 if (other instanceof ProofTokenState) {
110 ProofTokenState otherStat
[all...]

Completed in 28 milliseconds