public static interface AuthConfigFactory.RegistrationContext
Represents the layer identifier, application context identifier., and description components of an AuthConfigProvider registration at the factory.
Modifier and Type | Method and Description |
---|---|
String |
getAppContext()
Get the application context identifier from the registration context.
|
String |
getDescription()
Get the description from the registration context.
|
String |
getMessageLayer()
Get the layer name from the registration context.
|
boolean |
isPersistent()
Get the persisted status from the registration context.
|
String getAppContext()
Get the application context identifier from the registration context.
String getDescription()
Get the description from the registration context.
String getMessageLayer()
Get the layer name from the registration context.
boolean isPersistent()
Get the persisted status from the registration context.
Copyright © 2019 JBoss by Red Hat. All rights reserved.