Package com.stytch.sdk.b2b.scim
Class SCIM.CreateConnectionParameters
-
- All Implemented Interfaces:
public final class SCIM.CreateConnectionParametersA data class wrapping the parameters needed to create a SCIM connection
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdisplayNameprivate final StringidentityProvider
-
Constructor Summary
Constructors Constructor Description SCIM.CreateConnectionParameters(String displayName, String identityProvider)
-
Method Summary
Modifier and Type Method Description final StringgetDisplayName()A human-readable display name for the connection. final StringgetIdentityProvider()The identity provider of this connection. -
-
Method Detail
-
getDisplayName
final String getDisplayName()
A human-readable display name for the connection.
-
getIdentityProvider
final String getIdentityProvider()
The identity provider of this connection.
-
-
-
-