public static class RelyingPartyIdentity.RelyingPartyIdentityBuilder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages |
| Modifier and Type | Method and Description |
|---|---|
RelyingPartyIdentity |
build() |
RelyingPartyIdentity.RelyingPartyIdentityBuilder |
id(@NonNull java.lang.String id)
A unique identifier for the Relying Party, which sets the RP ID.
|
RelyingPartyIdentity.RelyingPartyIdentityBuilder |
name(@NonNull java.lang.String name)
The human-palatable name of the Relaying Party.
|
java.lang.String |
toString() |
public RelyingPartyIdentity.RelyingPartyIdentityBuilder name(@NonNull @NonNull java.lang.String name)
For example: "ACME Corporation", "Wonderful Widgets, Inc." or "ОАО Примертех".
this.public RelyingPartyIdentity.RelyingPartyIdentityBuilder id(@NonNull @NonNull java.lang.String id)
This defines the domains where users' credentials are valid. See RP ID: scope for details and examples.
this.public RelyingPartyIdentity build()
public java.lang.String toString()
toString in class java.lang.Object