Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.shiro.realm Classes and Interfaces - 19 results found.
NameDescriptionTypePackageFramework
CachingRealm A v e r y b a s i c a b s t r a c t e x t e n s i o n p o i n t f o r t h e R e a l m i n t e r f a c e t h a t p r o v i d e s c a c h i n g s u p p o r t f o r s u b c l a s s e s . Classorg.apache.shiro.realmApache Shiro
AuthorizingRealm A n A u t h o r i z i n g R e a l m e x t e n d s t h e A u t h e n t i c a t i n g R e a l m ' s c a p a b i l i t i e s b y a d d i n g A u t h o r i z a t i o n ( a c c e s s c o n t r o l ) s u p p o r t . Classorg.apache.shiro.realmApache Shiro
AuthenticatingRealm A t o p - l e v e l a b s t r a c t i m p l e m e n t a t i o n o f t h e R e a l m i n t e r f a c e t h a t o n l y i m p l e m e n t s a u t h e n t i c a t i o n s u p p o r t ( l o g - i n ) o p e r a t i o n s a n d l e a v e s a u t h o r i z a t i o n ( a c c e s s c o n t r o l ) b e h a v i o r t o s u b c l a s s e s . Classorg.apache.shiro.realmApache Shiro
ActiveDirectoryRealm A R e a l m t h a t a u t h e n t i c a t e s w i t h a n a c t i v e d i r e c t o r y L D A P s e r v e r t o d e t e r m i n e t h e r o l e s f o r a p a r t i c u l a r u s e r . Classorg.apache.shiro.realm.activedirectoryApache Shiro
AbstractLdapRealm A R e a l m t h a t a u t h e n t i c a t e s w i t h a n L D A P s e r v e r t o b u i l d t h e S u b j e c t f o r a u s e r . Classorg.apache.shiro.realm.ldapApache Shiro
DefaultLdapContextFactory D e f a u l t i m p l e m e n t a t i o n o f L d a p C o n t e x t F a c t o r y t h a t c a n b e c o n f i g u r e d o r e x t e n d e d t o c u s t o m i z e t h e w a y L d a p C o n t e x t o b j e c t s a r e r e t r i e v e d . Classorg.apache.shiro.realm.ldapApache Shiro
IniRealm A R e a l m i m p l e m e n t a t i o n t h a t c r e a t e s S i m p l e A c c o u n t i n s t a n c e s b a s e d o n Classorg.apache.shiro.realm.textApache Shiro
JdbcRealm R e a l m t h a t a l l o w s a u t h e n t i c a t i o n a n d a u t h o r i z a t i o n v i a J D B C c a l l s . Classorg.apache.shiro.realm.jdbcApache Shiro
JdbcRealm .SaltStyle P a s s w o r d h a s h s a l t c o n f i g u r a t i o n . Classorg.apache.shiro.realm.jdbc.JdbcRealmApache Shiro
JndiLdapContextFactory L d a p C o n t e x t F a c t o r y i m p l e m e n t a t i o n u s i n g t h e d e f a u l t S u n / O r a c l e J N D I L d a p A P I , u t i l i z i n g J N D I e n v i r o n m e n t p r o p e r t i e s a n d a n I n i t i a l C o n t e x t . Classorg.apache.shiro.realm.ldapApache Shiro
JndiLdapRealm A n L D A P R e a l m i m p l e m e n t a t i o n u t i l i z i n g S u n ' s / O r a c l e ' s J N D I A P I a s a n L D A P A P I . Classorg.apache.shiro.realm.ldapApache Shiro
JndiRealmFactory L o o k s u p o n e o r m o r e R e a l m i n s t a n c e s f r o m J N D I u s i n g s p e c i f i e d j n d i N a m e s . Classorg.apache.shiro.realm.jndiApache Shiro
LdapContextFactory I n t e r f a c e t h a t e n c a p s u l a t e s t h e c r e a t i o n o f L d a p C o n t e x t o b j e c t s t h a t a r e u s e d b y J n d i L d a p R e a l m s t o p e r f o r m a u t h e n t i c a t i o n a t t e m p t s a n d q u e r y f o r a u t h o r i z a t i o n d a t a . Interfaceorg.apache.shiro.realm.ldapApache Shiro
LdapUtils U t i l i t y c l a s s p r o v i d i n g s t a t i c m e t h o d s t o m a k e w o r k i n g w i t h L D A P C o n s t r u c t o r S u m m a r y L d a p U t i l s ( ) Classorg.apache.shiro.realm.ldapApache Shiro
PropertiesRealm A T e x t C o n f i g u r a t i o n R e a l m t h a t d e f e r s a l l l o g i c t o t h e p a r e n t c l a s s , b u t j u s t e n a b l e s P r o p e r t i e s b a s e d c o n f i g u r a t i o n i n a d d i t i o n t o t h e p a r e n t c l a s s ' s S t r i n g c o n f i g u r a t i o n . Classorg.apache.shiro.realm.textApache Shiro
Realm A R e a l m i s a s e c u r i t y c o m p o n e n t t h a t c a n a c c e s s a p p l i c a t i o n - s p e c i f i c s e c u r i t y e n t i t i e s s u c h a s u s e r s , r o l e s , a n d p e r m i s s i o n s t o d e t e r m i n e a u t h e n t i c a t i o n a n d a u t h o r i z a t i o n o p e r a t i o n s . Interfaceorg.apache.shiro.realmApache Shiro
RealmFactory E n a b l e s S h i r o e n d - u s e r s t o c o n f i g u r e a n d i n i t i a l i z e o n e o r m o r e R e a l m i n s t a n c e s i n a n y m a n n e r d e s i r e d . Interfaceorg.apache.shiro.realmApache Shiro
SimpleAccountRealm A s i m p l e i m p l e m e n t a t i o n o f t h e R e a l m i n t e r f a c e t h a t u s e s a s e t o f c o n f i g u r e d u s e r a c c o u n t s a n d r o l e s t o s u p p o r t a u t h e n t i c a t i o n a n d a u t h o r i z a t i o n . Classorg.apache.shiro.realmApache Shiro
TextConfigurationRealm A S i m p l e A c c o u n t R e a l m t h a t e n a b l e s t e x t - b a s e d c o n f i g u r a t i o n o f t h e i n i t i a l U s e r , R o l e , a n d P e r m i s s i o n o b j e c t s c r e a t e d a t s t a r t u p . Classorg.apache.shiro.realm.textApache Shiro