|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValueException | |
|---|---|
| com.uwyn.rife.authentication.credentialsmanagers | Provides classes and interfaces for managing RoleUser credentials. |
| com.uwyn.rife.authentication.remembermanagers | Provides managers classes for "remember me" support. |
| com.uwyn.rife.authentication.sessionmanagers | Provides managers classes for authentication sessions support. |
| com.uwyn.rife.authentication.sessionvalidators | Provides implementation classes for the session validators. |
| com.uwyn.rife.engine.exceptions | Provides exception classes for the web engine. |
| com.uwyn.rife.ioc | Provides interfaces and classes for IoC capable properties that resolve and obtain their values at run-time. |
| com.uwyn.rife.ioc.exceptions | Provides exception classes for the inversion of control support. |
| Uses of PropertyValueException in com.uwyn.rife.authentication.credentialsmanagers |
|---|
| Methods in com.uwyn.rife.authentication.credentialsmanagers that throw PropertyValueException | |
|---|---|
CredentialsManager |
DatabaseUsersFactory.getCredentialsManager(HierarchicalProperties properties)
|
CredentialsManager |
MemoryUsersFactory.getCredentialsManager(HierarchicalProperties properties)
|
CredentialsManager |
CredentialsManagerFactory.getCredentialsManager(HierarchicalProperties properties)
Returns the manager specified by properties. |
static CredentialsManagerFactory |
CredentialsManagerFactoryFactory.getInstance(HierarchicalProperties properties)
Returns a CredentialsManagerFactory instance. |
static CredentialsManager |
CredentialsManagerFactoryFactory.getManager(HierarchicalProperties properties)
Returns a CredentialsManagerFactory instance using the configured factory. |
| Uses of PropertyValueException in com.uwyn.rife.authentication.remembermanagers |
|---|
| Methods in com.uwyn.rife.authentication.remembermanagers that throw PropertyValueException | |
|---|---|
static RememberManagerFactory |
RememberManagerFactoryFactory.getInstance(HierarchicalProperties properties)
Returns a RememberManagerFactory instance. |
static RememberManager |
RememberManagerFactoryFactory.getManager(HierarchicalProperties properties)
Returns a RememberManager instance using the configured factory. |
RememberManager |
RememberManagerFactory.getRememberManager(HierarchicalProperties properties)
Returns the manager specified by properties. |
DatabaseRemember |
DatabaseRememberFactory.getRememberManager(HierarchicalProperties properties)
|
| Uses of PropertyValueException in com.uwyn.rife.authentication.sessionmanagers |
|---|
| Methods in com.uwyn.rife.authentication.sessionmanagers that throw PropertyValueException | |
|---|---|
static SessionManagerFactory |
SessionManagerFactoryFactory.getInstance(HierarchicalProperties properties)
Returns a SessionManagerFactory instance. |
SessionManager |
SimpleSessionManagerFactory.getManager(HierarchicalProperties properties)
|
static SessionManager |
SessionManagerFactoryFactory.getManager(HierarchicalProperties properties)
Returns a SessionManager instance using the configured factory. |
SessionManager |
SessionManagerFactory.getManager(HierarchicalProperties properties)
Returns the manager specified by properties. |
DatabaseSessions |
DatabaseSessionsFactory.getManager(HierarchicalProperties properties)
|
| Uses of PropertyValueException in com.uwyn.rife.authentication.sessionvalidators |
|---|
| Methods in com.uwyn.rife.authentication.sessionvalidators that throw PropertyValueException | |
|---|---|
static SessionValidatorFactory |
SessionValidatorFactoryFactory.getInstance(HierarchicalProperties properties)
Returns a SessionValidatorFactory instance. |
SessionValidator |
SimpleSessionValidatorFactory.getValidator(HierarchicalProperties properties)
|
static SessionValidator |
SessionValidatorFactoryFactory.getValidator(HierarchicalProperties properties)
Returns a SessionValidator instance using the configured factory. |
SessionValidator |
SessionValidatorFactory.getValidator(HierarchicalProperties properties)
Returns the manager specified by properties. |
SessionValidator |
DatabaseSessionValidatorFactory.getValidator(HierarchicalProperties properties)
|
| Uses of PropertyValueException in com.uwyn.rife.engine.exceptions |
|---|
| Constructors in com.uwyn.rife.engine.exceptions with parameters of type PropertyValueException | |
|---|---|
PropertyValueErrorException(String declarationName,
PropertyValueException e)
|
|
| Uses of PropertyValueException in com.uwyn.rife.ioc |
|---|
| Methods in com.uwyn.rife.ioc that throw PropertyValueException | ||
|---|---|---|
Template |
PropertyValueTemplate.getValue()
|
|
Object |
PropertyValueParticipant.getValue()
|
|
Object |
PropertyValue.getValue()
Retrieves a property value. |
|
Object |
HierarchicalProperties.getValue(String name)
Retrieves the value of PropertyValue for a specific name from
the HierarchicalProperties hierarchy. |
|
Object |
HierarchicalProperties.getValue(String name,
Object defaultValue)
Retrieves the value of PropertyValue for a specific name from
the HierarchicalProperties hierarchy. |
|
String |
PropertyValueTemplate.getValueString()
|
|
String |
PropertyValueParticipant.getValueString()
|
|
String |
PropertyValue.getValueString()
Retrieves a string representation of the property value. |
|
String |
HierarchicalProperties.getValueString(String name)
Retrieves the string value of PropertyValue for a specific name from
the HierarchicalProperties hierarchy. |
|
String |
HierarchicalProperties.getValueString(String name,
String defaultValue)
Retrieves the string value of PropertyValue for a specific name from
the HierarchicalProperties hierarchy. |
|
|
HierarchicalProperties.getValueTyped(String name,
Class<T> type)
Retrieves the typed value of PropertyValue for a specific name from
the HierarchicalProperties hierarchy. |
|
|
HierarchicalProperties.getValueTyped(String name,
Class<T> type,
T defaultValue)
Retrieves the typed value of PropertyValue for a specific name from
the HierarchicalProperties hierarchy. |
|
PropertyValue |
PropertyValueList.makePropertyValue()
Interpretes the list of property values and make one new property value out of it. |
|
| Uses of PropertyValueException in com.uwyn.rife.ioc.exceptions |
|---|
| Subclasses of PropertyValueException in com.uwyn.rife.ioc.exceptions | |
|---|---|
class |
IncompatiblePropertyValueTypeException
|
class |
MandatoryPropertyMissingException
|
class |
ParticipantUnknownException
|
class |
TemplateFactoryUnknownException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||