JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final

javax.security.auth.message.config
Interface AuthConfigFactory.RegistrationContext

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
 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()
           
 

Method Detail

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.

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.

isPersistent

boolean isPersistent()

JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.