Searched defs:RestSTSTokenCancellationInvocationState (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 DRestSTSTokenCancellationInvocationState.java14 public class RestSTSTokenCancellationInvocationState { class
40 public RestSTSTokenCancellationInvocationState build() throws TokenMarshalException {
41 return new RestSTSTokenCancellationInvocationState(this);
47 private RestSTSTokenCancellationInvocationState(RestSTSTokenCancellationInvocationStateBuilder builder) throws TokenMarshalException { method in class:RestSTSTokenCancellationInvocationState
57 * @return a builder to create the RestSTSTokenCancellationInvocationState
81 if (other instanceof RestSTSTokenCancellationInvocationState) {
82 RestSTSTokenCancellationInvocationState otherState = (RestSTSTokenCancellationInvocationState)other;
102 * @return the RestSTSTokenCancellationInvocationState instance corresponding to the jsonValue parameter
105 public static RestSTSTokenCancellationInvocationState fromJso
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/user/invocation/
H A DRestSTSTokenCancellationInvocationState.java14 public class RestSTSTokenCancellationInvocationState { class
40 public RestSTSTokenCancellationInvocationState build() throws TokenMarshalException {
41 return new RestSTSTokenCancellationInvocationState(this);
47 private RestSTSTokenCancellationInvocationState(RestSTSTokenCancellationInvocationStateBuilder builder) throws TokenMarshalException { method in class:RestSTSTokenCancellationInvocationState
57 * @return a builder to create the RestSTSTokenCancellationInvocationState
81 if (other instanceof RestSTSTokenCancellationInvocationState) {
82 RestSTSTokenCancellationInvocationState otherState = (RestSTSTokenCancellationInvocationState)other;
102 * @return the RestSTSTokenCancellationInvocationState instance corresponding to the jsonValue parameter
105 public static RestSTSTokenCancellationInvocationState fromJso
[all...]

Completed in 45 milliseconds