com.ibm.security.auth
Class Resources

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.security.auth.Resources

public class Resources
extends java.util.ListResourceBundle

This class represents the ResourceBundle for the following packages:

  1. javax.security.auth
  2. javax.security.auth.callback
  3. javax.security.auth.login
  4. javax.security.auth.spi
  5. com.ibm.security.auth
  6. com.ibm.security.auth.login

Author:
D. Kent Soper

Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Resources()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Returns the contents of this ResourceBundle.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resources

public Resources()
Method Detail

getContents

public java.lang.Object[][] getContents()
Returns the contents of this ResourceBundle.

Overrides:
getContents in class java.util.ListResourceBundle
Returns:
the contents of this ResourceBundle.