@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ManagedCredential
This annotation is applied to an entity class to indicate that it contains managed credential-related state.
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends CredentialStorage>[] |
value
(Optional) Defines which credential storage types are supported and mapped for an entity.
|
public abstract Class<? extends CredentialStorage>[] value
(Optional) Defines which credential storage types are supported and mapped for an entity. If not specified the entity will support any credential storage type.
Copyright © 2018 JBoss by Red Hat. All rights reserved.