Klasse AdminLdapconfiguration
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminLdapconfiguration
AdminLdapconfiguration
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe maximum number of LDAP users Integration Server can keep in memory in the user cache.protected StringThe number of minutes an LDAP user's credentials (userid and password) can remain in the credential cache before being purged.protected Booleanprotected List<AdminLdapdirectory> List of LDAP directories.protected StringChoose the authentication provider. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAdminLdapconfiguration(String cacheSize, String cacheTtl, Boolean cdsRunning, List<AdminLdapdirectory> ldapDirectoryList, String provider) Constructs a validated instance ofAdminLdapconfiguration.Constructs a validated instance ofAdminLdapconfiguration. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe maximum number of LDAP users Integration Server can keep in memory in the user cache.The maximum number of LDAP users Integration Server can keep in memory in the user cache.cacheTtl()The number of minutes an LDAP user's credentials (userid and password) can remain in the credential cache before being purged.The number of minutes an LDAP user's credentials (userid and password) can remain in the credential cache before being purged.protected booleancdsRunning(Boolean cdsRunning) booleaninthashCode()List of LDAP directories.ldapDirectoryList(List<AdminLdapdirectory> ldapDirectoryList) List of LDAP directories.provider()Choose the authentication provider.Choose the authentication provider.toString()
-
Felddetails
-
cacheSize
The maximum number of LDAP users Integration Server can keep in memory in the user cache. The default is 10. -
cacheTtl
The number of minutes an LDAP user's credentials (userid and password) can remain in the credential cache before being purged. The default is 60 minutes. -
cdsRunning
-
ldapDirectoryList
List of LDAP directories. This field is applicable when LDAP provider is chosen. -
provider
Choose the authentication provider. Possible values are 'local' and 'LDAP'
-
-
Konstruktordetails
-
AdminLdapconfiguration
Constructs a validated instance ofAdminLdapconfiguration.- Parameter:
spec- the specification to process
-
AdminLdapconfiguration
@Internal public AdminLdapconfiguration(String cacheSize, String cacheTtl, Boolean cdsRunning, List<AdminLdapdirectory> ldapDirectoryList, String provider) Constructs a validated instance ofAdminLdapconfiguration.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AdminLdapconfiguration(Consumer)instead.- Parameter:
cacheSize- The maximum number of LDAP users Integration Server can keep in memory in the user cache. The default is 10.cacheTtl- The number of minutes an LDAP user's credentials (userid and password) can remain in the credential cache before being purged. The default is 60 minutes.cdsRunning- cdsRunningldapDirectoryList- List of LDAP directories. This field is applicable when LDAP provider is chosen.provider- Choose the authentication provider. Possible values are 'local' and 'LDAP'
-
AdminLdapconfiguration
protected AdminLdapconfiguration()
-
-
Methodendetails
-
cacheSize
The maximum number of LDAP users Integration Server can keep in memory in the user cache. The default is 10. -
cacheTtl
The number of minutes an LDAP user's credentials (userid and password) can remain in the credential cache before being purged. The default is 60 minutes. -
cdsRunning
-
ldapDirectoryList
List of LDAP directories. This field is applicable when LDAP provider is chosen. -
provider
Choose the authentication provider. Possible values are 'local' and 'LDAP' -
cacheSize
The maximum number of LDAP users Integration Server can keep in memory in the user cache. The default is 10.- Gibt zurück:
this.
-
cacheTtl
The number of minutes an LDAP user's credentials (userid and password) can remain in the credential cache before being purged. The default is 60 minutes.- Gibt zurück:
this.
-
cdsRunning
- Gibt zurück:
this.
-
ldapDirectoryList
List of LDAP directories. This field is applicable when LDAP provider is chosen.- Gibt zurück:
this.
-
provider
Choose the authentication provider. Possible values are 'local' and 'LDAP'- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-