public class JpaSecurityDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JpaSecurityDefinition.FieldOrMethod |
| Modifier and Type | Field and Description |
|---|---|
org.jboss.jandex.ClassInfo |
annotatedClass |
JpaSecurityDefinition.FieldOrMethod |
password |
JpaSecurityDefinition.FieldOrMethod |
roles |
JpaSecurityDefinition.FieldOrMethod |
username |
| Constructor and Description |
|---|
JpaSecurityDefinition(org.jboss.jandex.Index index,
org.jboss.jandex.ClassInfo annotatedClass,
boolean isPanache,
org.jboss.jandex.AnnotationTarget usernameFieldOrMethod,
org.jboss.jandex.AnnotationTarget passwordFieldOrMethod,
org.jboss.jandex.AnnotationTarget rolesFieldOrMethod) |
| Modifier and Type | Method and Description |
|---|---|
static JpaSecurityDefinition.FieldOrMethod |
getFieldOrMethod(org.jboss.jandex.Index index,
org.jboss.jandex.ClassInfo annotatedClass,
org.jboss.jandex.AnnotationTarget annotatedFieldOrMethod,
boolean isPanache) |
public final JpaSecurityDefinition.FieldOrMethod username
public final JpaSecurityDefinition.FieldOrMethod password
public final JpaSecurityDefinition.FieldOrMethod roles
public final org.jboss.jandex.ClassInfo annotatedClass
public JpaSecurityDefinition(org.jboss.jandex.Index index,
org.jboss.jandex.ClassInfo annotatedClass,
boolean isPanache,
org.jboss.jandex.AnnotationTarget usernameFieldOrMethod,
org.jboss.jandex.AnnotationTarget passwordFieldOrMethod,
org.jboss.jandex.AnnotationTarget rolesFieldOrMethod)
public static JpaSecurityDefinition.FieldOrMethod getFieldOrMethod(org.jboss.jandex.Index index, org.jboss.jandex.ClassInfo annotatedClass, org.jboss.jandex.AnnotationTarget annotatedFieldOrMethod, boolean isPanache)
Copyright © 2020 JBoss by Red Hat. All rights reserved.