Home » openjdk-7 » javax.security » auth » message » config » [javadoc | source]
javax.security.auth.message.config
public static interface: AuthConfigFactory.RegistrationContext [javadoc | source] Represents the layer identifier, application context identifier., and description components of an AuthConfigProvider registration at the factory
Method from javax.security.auth.message.config.AuthConfigFactory$RegistrationContext Summary:
getAppContext,   getDescription,   getMessageLayer,   isPersistent
Method from javax.security.auth.message.config.AuthConfigFactory$RegistrationContext Detail:
 public String getAppContext()
    Get the application context identifier from the registration context
 public String getDescription()
    Get the description from the registration context
 public String getMessageLayer()
    Get the layer name from the registration context
 public boolean isPersistent()