public interface ClientIdentity
| Modifier and Type | Method and Description |
|---|---|
default String |
getCertificate()
PEM encoded certificate chain.
|
String |
getId()
Client id of identity service instance.
|
default String |
getKey()
PEM encoded private key the certificate is signed with.
|
default String |
getSecret()
Client secret of identity service instance.
|
static boolean |
hasValue(String value) |
default boolean |
isCertificateBased()
Returns true if ClientIdentity is certificate based.
|
default boolean |
isValid()
Returns true, if the mandatory attributes in ClientIdentity class are filled
for the specified authentication method i.e X.509 or client secret
|
String getId()
default boolean isValid()
default boolean isCertificateBased()
@Nullable default String getSecret()
@Nullable default String getCertificate()
@Nullable default String getKey()
static boolean hasValue(String value)
Copyright © 2024. All rights reserved.