-
- Enclosing class:
- AuthConfigFactory
public static interface AuthConfigFactory.RegistrationContext
Represents the layer identifier, application context identifier, and description components of an AuthConfigProvider registration at the factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description String
getAppContext()
Get the application context identifier from the registration contextString
getDescription()
Get the description from the registration contextString
getMessageLayer()
Get the layer name from the registration contextboolean
isPersistent()
Get the persisted status from the registration context.
-
-
-
Method Detail
-
getMessageLayer
String getMessageLayer()
Get the layer name from the registration context- Returns:
- A String identifying the message layer for which the AuthConfigProvider was registered. The returned value may be null.
-
getAppContext
String getAppContext()
Get the application context identifier from the registration context- Returns:
- A String identifying the application context for which the AuthConfigProvider was registered. The returned value may be null.
-
getDescription
String getDescription()
Get the description from the registration context- Returns:
- The description String from the registration, or null if no description string was included in the registration.
-
isPersistent
boolean isPersistent()
Get the persisted status from the registration context.- Returns:
- A boolean indicating whether the registration is the result
of a className based registration, or an instance-based
(for example, self-) registration. Only registrations performed
using the five argument
registerConfigProvider
method are persistent.
-
-
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/security/auth/message/config/AuthConfigFactory.RegistrationContext.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.