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.
|
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()
default String getSecret()
default String getCertificate()
default String getKey()
Copyright © 2021. All rights reserved.