Uses of Class
org.nuxeo.ecm.platform.signature.api.user.CNField
-
Packages that use CNField Package Description org.nuxeo.ecm.platform.signature.api.user User information services required for certificate generation and keystore persistance for specific users. -
-
Uses of CNField in org.nuxeo.ecm.platform.signature.api.user
Methods in org.nuxeo.ecm.platform.signature.api.user that return CNField Modifier and Type Method Description static CNField
CNField. valueOf(String name)
Returns the enum constant of this type with the specified name.static CNField[]
CNField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.platform.signature.api.user that return types with arguments of type CNField Modifier and Type Method Description Map<CNField,String>
UserInfo. getUserFields()
Method parameters in org.nuxeo.ecm.platform.signature.api.user with type arguments of type CNField Modifier and Type Method Description String
UserInfo. getDN(Map<CNField,String> userFields)
Returns a formatted DN stringvoid
UserInfo. verify(Map<CNField,String> userFields)
Verifies that all required X500 Principal field values have been set on this objectConstructor parameters in org.nuxeo.ecm.platform.signature.api.user with type arguments of type CNField Constructor Description UserInfo(Map<CNField,String> userDNFields)
The fields provided as a parameter to the constructor.
-