@Target(value={METHOD,FIELD}) @Documented @Retention(value=RUNTIME) @Inherited public @interface CredentialProperty
Specifies that a property should be mapped to a specific field of a CredentialStorage
.
Modifier and Type | Optional Element and Description |
---|---|
String |
name
(Optional) The field from the corresponding
CredentialStorage class
that is mapped to this property. |
public abstract String name
(Optional) The field from the corresponding CredentialStorage
class
that is mapped to this property.
If no name
is provided, the property name will be used to match the corresponding field on the storage class.
Copyright © 2018 JBoss by Red Hat. All rights reserved.