Uses of Class
org.sourceid.saml20.adapter.gui.CertificateSelectionFieldDescriptor
-
Packages that use CertificateSelectionFieldDescriptor Package Description org.sourceid.saml20.adapter.gui Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration screen should look. -
-
Uses of CertificateSelectionFieldDescriptor in org.sourceid.saml20.adapter.gui
Subclasses of CertificateSelectionFieldDescriptor in org.sourceid.saml20.adapter.gui Modifier and Type Class Description classClientCertKeypairFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the key pairs in the PingFederate system configured for client certificate authentication.classDsigKeypairFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the key pairs in the PingFederate system configured for digital signing.classEncryptionCertificateFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the certificates in the PingFederate system configured for encryption by token generators.classTrustedCAFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the trusted CA certificates configured in the PingFederate.
-