| Package | Description |
|---|---|
| com.sap.scimono.entity |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
X509Certificate.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<X509Certificate> |
User.getX509Certificates()
Gets a list of certificates issued to the user.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addX509Certificate(X509Certificate x509Certificate)
adds an X509Certificate to the User
|
User.Builder |
User.Builder.removeX509Certificate(X509Certificate x509Certificate)
removes one single X509Certificate from the User
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addX509Certificates(Collection<X509Certificate> x509Certificates)
Sets a collection of certificates issued to the User (See
User.getX509Certificates()). |
| Constructor and Description |
|---|
Builder(X509Certificate x509Certificate)
builds an Builder based of the given Attribute
|
Copyright © 2022 SAP SE. All rights reserved.