Uses of Class
org.apache.jetspeed.i18n.KeyedMessage

Packages that use KeyedMessage
org.apache.jetspeed.ajax   
org.apache.jetspeed.exception   
org.apache.jetspeed.i18n   
org.apache.jetspeed.security Jetspeed security service interfaces. 
 

Uses of KeyedMessage in org.apache.jetspeed.ajax
 

Constructors in org.apache.jetspeed.ajax with parameters of type KeyedMessage
AJAXException(KeyedMessage keyedMessage, Throwable nested)
           
AJAXException(KeyedMessage typedMessage)
           
 

Uses of KeyedMessage in org.apache.jetspeed.exception
 

Fields in org.apache.jetspeed.exception declared as KeyedMessage
private  KeyedMessage JetspeedRuntimeException.keyedMessage
           
private  KeyedMessage JetspeedException.keyedMessage
           
 

Methods in org.apache.jetspeed.exception that return KeyedMessage
 KeyedMessage JetspeedRuntimeException.getKeyedMessage()
           
 KeyedMessage JetspeedException.getKeyedMessage()
           
 

Constructors in org.apache.jetspeed.exception with parameters of type KeyedMessage
JetspeedRuntimeException(KeyedMessage typedMessage)
           
JetspeedRuntimeException(KeyedMessage keyedMessage, Throwable nested)
           
JetspeedException(KeyedMessage typedMessage)
           
JetspeedException(KeyedMessage keyedMessage, Throwable nested)
           
 

Uses of KeyedMessage in org.apache.jetspeed.i18n
 

Methods in org.apache.jetspeed.i18n that return KeyedMessage
protected  KeyedMessage KeyedMessage.create(KeyedMessage source, Object[] arguments)
          Extendable KeyedMessage factory
 KeyedMessage KeyedMessage.create(Object[] arguments)
          Creates a derived KeyedMessage from this instance to provide additional message format arguments.
 KeyedMessage KeyedMessage.create(Object o)
          Simplied version of create(Object[])with only one argument
 KeyedMessage KeyedMessage.create(Object o1, Object o2)
          Simplied version of create(Object[])with only two arguments
 KeyedMessage KeyedMessage.create(Object o1, Object o2, Object o3)
          Simplied version of create(Object[])with only three arguments
 

Methods in org.apache.jetspeed.i18n with parameters of type KeyedMessage
protected  KeyedMessage KeyedMessage.create(KeyedMessage source, Object[] arguments)
          Extendable KeyedMessage factory
 

Constructors in org.apache.jetspeed.i18n with parameters of type KeyedMessage
KeyedMessage(KeyedMessage source, Object[] arguments)
          Constructs a derived KeyedMessage from another KeyedMessage to provide additional message format arguments.
 

Uses of KeyedMessage in org.apache.jetspeed.security
 

Fields in org.apache.jetspeed.security declared as KeyedMessage
static KeyedMessage SecurityException.PRINCIPAL_DOES_NOT_EXIST
          Principal does not exist exception message.
static KeyedMessage SecurityException.PERMISSION_DOES_NOT_EXIST
          Permission does not exist exception message.
static KeyedMessage SecurityException.USER_ALREADY_EXISTS
          User principal already exists exception message.
static KeyedMessage SecurityException.USER_DOES_NOT_EXIST
          User principal does not exist exception message.
static KeyedMessage SecurityException.ROLE_ALREADY_EXISTS
          Role principal already exists exception message.
static KeyedMessage SecurityException.ROLE_DOES_NOT_EXIST
          Role principal does not exist exception message.
static KeyedMessage SecurityException.GROUP_ALREADY_EXISTS
          Group principal already exists exception message.
static KeyedMessage SecurityException.GROUP_DOES_NOT_EXIST
          Group principal does not exist exception message.
static KeyedMessage SecurityException.EMPTY_PARAMETER
          Invalid password exception message.
static KeyedMessage SecurityException.INVALID_PASSWORD
          Invalid password exception message.
static KeyedMessage SecurityException.INVALID_NEW_PASSWORD
          Invalid new password exception message.
static KeyedMessage SecurityException.INCORRECT_PASSWORD
          Incorrect password exception message.
static KeyedMessage SecurityException.PASSWORD_REQUIRED
          Password required exception message.
static KeyedMessage SecurityException.INVALID_AUTHENTICATION_PROVIDER
          Invalid authentication provider exception message.
static KeyedMessage SecurityException.PASSWORD_ALREADY_USED
          Password already used exception message.
static KeyedMessage SecurityException.ANONYMOUS_USER_PROTECTED
          The anonymous user is protected exception message.
static KeyedMessage SecurityException.UNEXPECTED
          The anonymous user is protected exception message.
 

Constructors in org.apache.jetspeed.security with parameters of type KeyedMessage
SecurityException(KeyedMessage typedMessage)
          Constructor with exception message.
SecurityException(KeyedMessage msg, Throwable nested)
          Constructor with exception message and nested exception.
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.