Package | Description |
---|---|
org.jboss.errai.common.client |
Parent package for all API shared by all modules of the Errai framework.
|
org.jboss.errai.jpa.sync.client.shared | |
org.jboss.errai.location.client.shared | |
org.jboss.errai.otec.client | |
org.jboss.errai.otec.client.mutation | |
org.jboss.errai.security.shared.api | |
org.jboss.errai.security.shared.api.identity | |
org.jboss.errai.security.shared.exception |
Modifier and Type | Class and Description |
---|---|
class |
PageRequest |
Modifier and Type | Class and Description |
---|---|
class |
ConflictResponse<X>
A SyncResponse that represents conflicting state due to a change that happened on the responding end.
|
class |
DeleteResponse<X>
Sync response that indicates the deletion of an entity.
|
class |
IdChangeResponse<X> |
class |
NewRemoteEntityResponse<X> |
class |
SyncableDataSet<E> |
class |
SyncRequestOperation<X> |
class |
UpdateResponse<X>
Sync response that indicates that the given entity has been modified since
the last sync response.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoLocationEvent |
Modifier and Type | Class and Description |
---|---|
class |
OpDto |
class |
OpPairDto |
Modifier and Type | Class and Description |
---|---|
class |
StringMutation |
Modifier and Type | Class and Description |
---|---|
class |
GroupImpl
Default implementation of
Group . |
class |
RoleImpl
Default implementation of
Role . |
Modifier and Type | Class and Description |
---|---|
class |
UserImpl
Default implementation of
User , used by Errai's PicketLink and
Keycloak integration modules. |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyLoggedInException
Thrown when authentication is attempted while a user is currently logged in.
|
class |
AuthenticationException
Super-type of all Exceptions thrown during authentication.
|
class |
FailedAuthenticationException
Thrown when authentication fails from invalid credentials.
|
class |
SecurityException
A base class for all Errai Security exceptions.
|
class |
UnauthenticatedException
Thrown when a user attempts access to a resource which requires
authentication while the user is unauthenticated.
|
class |
UnauthorizedException
Thrown when the user attempts to access a resource which requires greater
privileges than the user possesses.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.