| Interface | Description | 
|---|---|
| SunConfigParserConstants | 
 Token literal values and constants. 
 | 
| Class | Description | 
|---|---|
| AuthenticationInfo | 
 The login module configuration information. 
 | 
| BaseAuthenticationInfo | 
 Base for AuthenticationInfo(JAAS) and JASPIAuthenticationInfo(JSR-196) 
 | 
| ConfigUtil | 
 Utility methods for parsing the XMlLoginConfig elements into
 AuthenticationInfo instances. 
 | 
| JASPIAuthenticationInfo | 
 AuthenticationInfo based on JSR-196 
 | 
| LoginModuleStackHolder | 
 Holder for the login module stack element in login-config 
 | 
| PolicyConfig | 
 The root object for the login-config.xml descriptor as defined by the
 security-config_5_0.xsd. 
 | 
| SimpleCharStream | 
 An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (without unicode processing). 
 | 
| SunConfigParser | 
 A JavaCC 2.1 grammar for the default JAAS configuration file provided by Sun. 
 | 
| SunConfigParserTokenManager | 
 Token Manager. 
 | 
| Token | 
 Describes the input token stream. 
 | 
| XMLLoginConfigImpl | 
 An concrete implementation of the javax.security.auth.login.Configuration class that parses an xml configuration of
 the form:
 
  
 | 
| Exception | Description | 
|---|---|
| ParseException | 
 This exception is thrown when parse errors are encountered. 
 | 
| Error | Description | 
|---|---|
| TokenMgrError | 
 Token Manager Error. 
 | 
Copyright © 2019 JBoss by Red Hat. All rights reserved.