Description - Authentication realm that uses the specified JAAS application entry. Can only be used with authentication schemes that provide both username and credential.
 
Runtime Class - com.iwaysoftware.eclipse.template.JaasRealmProviderType


 

Parameter Groups

  Parameter Type Description
  JAAS Configuration File string Location of the JAAS configuration file as a URL. The file: scheme will be used if the value is given without a scheme. This optional property overrides the login.config.url.n properties in the java.security file and the java.security.auth.login.config system property.
* Application Entry string The name of the application entry from the JAAS config that should be used for authentication.
* User Principal string A successful JAAS login results in a Subject which can contain zero or more Principal objects. Specify the classname of the Principal object that applications should use to identify the authenticated user.
  Role Principal(s) string One or more Principals from the authenticated Subject that represent the user's role or roles in the application. This can be entered as a comma-delimited list.
* - denotes required