@Immutable @ThreadSafe public final class AuthenticationResponse extends AbstractAuthenticationResponse implements Serializable
IAuthenticationResponse
interface.Modifier and Type | Class and Description |
---|---|
static class |
AuthenticationResponse.Builder
Builder pattern for the
AuthenticationResponse class. |
AbstractAuthenticationResponse.AbstractBuilder<B extends AbstractAuthenticationResponse.AbstractBuilder<B,T>,T extends IAuthenticationResponse>
Modifier and Type | Method and Description |
---|---|
static AuthenticationResponse.Builder |
builder() |
static AuthenticationResponse.Builder |
builder(AuthenticationResponse.Builder copy) |
static AuthenticationResponse.Builder |
builder(IAuthenticationResponse copy) |
equals, getAttributes, getAudienceRestriction, getConsent, getCountry, getId, getInResponseToId, getIPAddress, getIssuer, getLevelOfAssurance, getLightResponse, getNotBefore, getNotOnOrAfter, getRelayState, getStatus, getStatusCode, getStatusMessage, getSubject, getSubjectNameIdFormat, getSubStatusCode, hashCode, isEncrypted, isFailure, toString, toString, toString
@Nonnull public static AuthenticationResponse.Builder builder()
@Nonnull public static AuthenticationResponse.Builder builder(@Nonnull AuthenticationResponse.Builder copy)
@Nonnull public static AuthenticationResponse.Builder builder(@Nonnull IAuthenticationResponse copy)
Copyright © 2020. All Rights Reserved.