public class YubikeyIdentityStoreDefinitionAnnotationLiteral extends javax.enterprise.util.AnnotationLiteral<YubikeyIdentityStoreDefinition> implements YubikeyIdentityStoreDefinition
fish.payara.security.annotations.YubikeyIdentityStoreDefinitionDefinitionYUBICO_API_CLIENT_ID, YUBICO_API_KEY, YUBIKEY_ID_STORE_PRIORITY| Constructor and Description |
|---|
YubikeyIdentityStoreDefinitionAnnotationLiteral(int yubikeyAPIClientID,
String yubikeyAPIKey,
int priority,
String priorityExpression,
String yubikeyAPIClientIDExpression) |
| Modifier and Type | Method and Description |
|---|---|
static YubikeyIdentityStoreDefinition |
eval(YubikeyIdentityStoreDefinition yubikeyIdentityStoreDefinition) |
int |
priority() |
String |
priorityExpression() |
String |
toString() |
int |
yubikeyAPIClientID() |
String |
yubikeyAPIClientIDExpression() |
String |
yubikeyAPIKey() |
annotationType, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCodepublic static YubikeyIdentityStoreDefinition eval(YubikeyIdentityStoreDefinition yubikeyIdentityStoreDefinition)
public int yubikeyAPIClientID()
public String yubikeyAPIKey()
public int priority()
public String priorityExpression()
public String yubikeyAPIClientIDExpression()
public String toString()
toString in interface AnnotationtoString in class javax.enterprise.util.AnnotationLiteral<YubikeyIdentityStoreDefinition>Copyright © 2019. All rights reserved.