|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RealmFactory
Enables Shiro end-users to configure and initialize one or more Realm
instances
in any manner desired.
The Realm
instances returned will used to construct the application's
SecurityManager
instance.
Method Summary | |
---|---|
Collection<Realm> |
getRealms()
Returns a collection of Realm instances that will be used to construct
the application's SecurityManager instance. |
Method Detail |
---|
Collection<Realm> getRealms()
Realm
instances that will be used to construct
the application's SecurityManager instance.
The order of the collection is important. The SecurityManager
implementation will consult the Realms during authentication (log-in) and authorization (access control)
operations in the collection's iteration order. That is, the resulting collection's
Iterator
determines the order in which Realms are used.
Collection
of Realms that the application's SecurityManager
will use
for security data access.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |