Serialized Form
-
Package com.liferay.saml.admin.rest.dto.v1_0
-
Class com.liferay.saml.admin.rest.dto.v1_0.Idp
class Idp extends Object implements Serializable-
Serialized Fields
-
_authnRequestSignatureRequiredSupplier
Supplier<Boolean> _authnRequestSignatureRequiredSupplier
-
_defaultAssertionLifetimeSupplier
Supplier<Integer> _defaultAssertionLifetimeSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_sessionMaximumAgeSupplier
Supplier<Long> _sessionMaximumAgeSupplier
-
_sessionTimeoutSupplier
Supplier<Long> _sessionTimeoutSupplier
-
authnRequestSignatureRequired
Boolean authnRequestSignatureRequired
-
defaultAssertionLifetime
Integer defaultAssertionLifetime
-
sessionMaximumAge
Long sessionMaximumAge
-
sessionTimeout
Long sessionTimeout
-
xClassName
String xClassName
-
-
-
Class com.liferay.saml.admin.rest.dto.v1_0.SamlProvider
class SamlProvider extends Object implements Serializable-
Serialized Fields
-
_enabledSupplier
Supplier<Boolean> _enabledSupplier
-
_entityIdSupplier
Supplier<String> _entityIdSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_idpSupplier
Supplier<Idp> _idpSupplier
-
_keyStoreCredentialPasswordSupplier
Supplier<String> _keyStoreCredentialPasswordSupplier
-
_roleSupplier
Supplier<SamlProvider.Role> _roleSupplier
-
_signMetadataSupplier
Supplier<Boolean> _signMetadataSupplier
-
_spSupplier
Supplier<Sp> _spSupplier
-
_sslRequiredSupplier
Supplier<Boolean> _sslRequiredSupplier
-
enabled
Boolean enabled
-
entityId
String entityId
-
idp
Idp idp
-
keyStoreCredentialPassword
String keyStoreCredentialPassword
-
role
SamlProvider.Role role
-
signMetadata
Boolean signMetadata
-
sp
Sp sp
-
sslRequired
Boolean sslRequired
-
xClassName
String xClassName
-
-
-
Class com.liferay.saml.admin.rest.dto.v1_0.Sp
class Sp extends Object implements Serializable-
Serialized Fields
-
_allowShowingTheLoginPortletSupplier
Supplier<Boolean> _allowShowingTheLoginPortletSupplier
-
_assertionSignatureRequiredSupplier
Supplier<Boolean> _assertionSignatureRequiredSupplier
-
_clockSkewSupplier
Supplier<Long> _clockSkewSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_keyStoreEncryptionCredentialPasswordSupplier
Supplier<String> _keyStoreEncryptionCredentialPasswordSupplier
-
_ldapImportEnabledSupplier
Supplier<Boolean> _ldapImportEnabledSupplier
-
_signAuthnRequestSupplier
Supplier<Boolean> _signAuthnRequestSupplier
-
allowShowingTheLoginPortlet
Boolean allowShowingTheLoginPortlet
-
assertionSignatureRequired
Boolean assertionSignatureRequired
-
clockSkew
Long clockSkew
-
keyStoreEncryptionCredentialPassword
String keyStoreEncryptionCredentialPassword
-
ldapImportEnabled
Boolean ldapImportEnabled
-
signAuthnRequest
Boolean signAuthnRequest
-
xClassName
String xClassName
-
-
-