|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserNameProvider | |
---|---|
de.schwarzrot.app | applications basic stuff. |
de.schwarzrot.app.support | helper classes for applications |
de.schwarzrot.data.access | provides the working class for the anonymous Persistence layer. |
de.schwarzrot.data.access.support | helper classes used by the data accessors |
de.schwarzrot.security | to allow user-level security independant from the operating system users, we implement our own security classes ( - well, not yet). |
de.schwarzrot.service.sample | a sample system service |
de.schwarzrot.startup | classes used to start java applications |
Uses of UserNameProvider in de.schwarzrot.app |
---|
Subinterfaces of UserNameProvider in de.schwarzrot.app | |
---|---|
interface |
Service<C extends ServiceConfig>
provides the operating system view of a background-task/system service. |
Uses of UserNameProvider in de.schwarzrot.app.support |
---|
Classes in de.schwarzrot.app.support that implement UserNameProvider | |
---|---|
class |
AbstractService<C extends ServiceConfig>
implements the common stuff for services |
class |
AcegiUserNameProvider
as the username is already heavily used, security is not implemented yet. |
Uses of UserNameProvider in de.schwarzrot.data.access |
---|
Methods in de.schwarzrot.data.access that return UserNameProvider | |
---|---|
UserNameProvider |
TransactionResource.getUserNameProvider()
gets the username provider used for this storage handle |
Methods in de.schwarzrot.data.access with parameters of type UserNameProvider | |
---|---|
void |
TransactionResource.setUserNameProvider(UserNameProvider userNameProvider)
sets the username provider used for this storage handle |
void |
Repository.setUserNameProvider(UserNameProvider userNameProvider)
|
void |
EntityManager.setUserNameProvider(UserNameProvider unp)
sets the username provider used by this EntityManager |
Uses of UserNameProvider in de.schwarzrot.data.access.support |
---|
Methods in de.schwarzrot.data.access.support that return UserNameProvider | |
---|---|
UserNameProvider |
AbstractEntityManager.getUserNameProvider()
|
Methods in de.schwarzrot.data.access.support with parameters of type UserNameProvider | |
---|---|
void |
AbstractEntityManager.setUserNameProvider(UserNameProvider userNameProvider)
|
Uses of UserNameProvider in de.schwarzrot.security |
---|
Subinterfaces of UserNameProvider in de.schwarzrot.security | |
---|---|
interface |
SecurityManager
|
Classes in de.schwarzrot.security that implement UserNameProvider | |
---|---|
class |
DefaultSecurityManager
|
Uses of UserNameProvider in de.schwarzrot.service.sample |
---|
Classes in de.schwarzrot.service.sample that implement UserNameProvider | |
---|---|
class |
SampleService
is a sample for a service, where the service class and the class providing the main-method is the same. |
Uses of UserNameProvider in de.schwarzrot.startup |
---|
Classes in de.schwarzrot.startup that implement UserNameProvider | |
---|---|
class |
ServiceManager
a manager class used to start and stop other services remotely. |
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |