Uses of Record Class
org.frankframework.credentialprovider.delinea.Secret.Field
Packages that use Secret.Field
-
Uses of Secret.Field in org.frankframework.credentialprovider.delinea
Methods in org.frankframework.credentialprovider.delinea that return types with arguments of type Secret.FieldModifier and TypeMethodDescriptionSecret.fields()
Returns the value of thefields
record component.Constructor parameters in org.frankframework.credentialprovider.delinea with type arguments of type Secret.FieldModifierConstructorDescriptionSecret
(int id, int folderId, String name, boolean active, List<Secret.Field> fields) Creates an instance of aSecret
record class.