Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.shiro.authc Classes and Interfaces - 44 results found.
NameDescriptionTypePackageFramework
Authenticator A n A u t h e n t i c a t o r i s r e s p o n s i b l e f o r a u t h e n t i c a t i n g a c c o u n t s i n a n a p p l i c a t i o n . Interfaceorg.apache.shiro.authcApache Shiro
AuthenticationToken A n A u t h e n t i c a t i o n T o k e n i s a c o n s o l i d a t i o n o f a n a c c o u n t ' s p r i n c i p a l s a n d s u p p o r t i n g c r e d e n t i a l s s u b m i t t e d b y a u s e r d u r i n g a n a u t h e n t i c a t i o n a t t e m p t . Interfaceorg.apache.shiro.authcApache Shiro
AuthenticationStrategy A A u t h e n t i c a t i o n S t r a t e g y i m p l e m e n t a t i o n a s s i s t s t h e M o d u l a r R e a l m A u t h e n t i c a t o r d u r i n g t h e l o g - i n p r o c e s s i n a p l u g g a b l e r e a l m ( P A M ) e n v i r o n m e n t . Interfaceorg.apache.shiro.authc.pamApache Shiro
AuthenticationListener A n A u t h e n t i c a t i o n L i s t e n e r l i s t e n s f o r n o t i f i c a t i o n s w h i l e S u b j e c t s a u t h e n t i c a t e w i t h t h e s y s t e m . Interfaceorg.apache.shiro.authcApache Shiro
AuthenticationInfo A u t h e n t i c a t i o n I n f o r e p r e s e n t s a S u b j e c t ' s ( a k a u s e r ' s ) s t o r e d a c c o u n t i n f o r m a t i o n r e l e v a n t t o t h e a u t h e n t i c a t i o n / l o g - i n p r o c e s s o n l y . Interfaceorg.apache.shiro.authcApache Shiro
AuthenticationException G e n e r a l e x c e p t i o n t h r o w n d u e t o a n e r r o r d u r i n g t h e A u t h e n t i c a t i o n p r o c e s s . Classorg.apache.shiro.authcApache Shiro
AtLeastOneSuccessfulStrategy A u t h e n t i c a t i o n S t r a t e g y i m p l e m e n t a t i o n t h a t r e q u i r e s a t l e a s t o n e c o n f i g u r e d r e a l m t o s u c c e s s f u l l y p r o c e s s t h e s u b m i t t e d A u t h e n t i c a t i o n T o k e n d u r i n g t h e l o g - i n a t t e m p t . Classorg.apache.shiro.authc.pamApache Shiro
AllSuccessfulStrategy A u t h e n t i c a t i o n S t r a t e g y i m p l e m e n t a t i o n t h a t r e q u i r e s a l l c o n f i g u r e d r e a l m s t o s u c c e s s f u l l y p r o c e s s t h e s u b m i t t e d A u t h e n t i c a t i o n T o k e n d u r i n g t h e l o g - i n a t t e m p t . Classorg.apache.shiro.authc.pamApache Shiro
AllowAllCredentialsMatcher A c r e d e n t i a l s m a t c h e r t h a t a l w a y s r e t u r n s t r u e w h e n m a t c h i n g c r e d e n t i a l s n o m a t t e r w h a t a r g u m e n t s a r e p a s s e d i n . Classorg.apache.shiro.authc.credentialApache Shiro
AccountException E x c e p t i o n t h r o w n d u e t o a p r o b l e m w i t h t h e a c c o u n t u n d e r w h i c h a n a u t h e n t i c a t i o n a t t e m p t i s b e i n g e x e c u t e d . Classorg.apache.shiro.authcApache Shiro
Account A n A c c o u n t i s a c o n v e n i e n c e i n t e r f a c e t h a t e x t e n d s b o t h A u t h e n t i c a t i o n I n f o a n d A u t h o r i z a t i o n I n f o a n d r e p r e s e n t 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 f o r a s i n g l e a c c o u n t i n a Interfaceorg.apache.shiro.authcApache Shiro
AbstractAuthenticator S u p e r c l a s s f o r a l m o s t a l l A u t h e n t i c a t o r i m p l e m e n t a t i o n s t h a t p e r f o r m s t h e c o m m o n w o r k a r o u n d a u t h e n t i c a t i o n T h i s c l a s s d e l e g a t e s t h e a c t u a l a u t h e n t i c a t i o n a t t e m p t t o s u b c l a s s e s b u t s u p p o r t s n o t i f i c a t i o n f o r Classorg.apache.shiro.authcApache Shiro
AbstractAuthenticationStrategy A b s t r a c t b a s e i m p l e m e n t a t i o n f o r S h i r o ' s c o n c r e t e A u t h e n t i c a t i o n S t r a t e g y C o n s t r u c t o r S u m m a r y A b s t r a c t A u t h e n t i c a t i o n S t r a t e g y ( ) Classorg.apache.shiro.authc.pamApache Shiro
CredentialsException E x c e p t i o n t h r o w n d u e t o a p r o b l e m w i t h t h e c r e d e n t i a l ( s ) s u b m i t t e d f o r a n a c c o u n t d u r i n g t h e a u t h e n t i c a t i o n p r o c e s s . Classorg.apache.shiro.authcApache Shiro
CredentialsMatcher I n t e r f a c e i m p l e m e n t e d b y c l a s s e s t h a t c a n d e t e r m i n e i f a n A u t h e n t i c a t i o n T o k e n ' s p r o v i d e d c r e d e n t i a l s m a t c h e s a c o r r e s p o n d i n g a c c o u n t ' s c r e d e n t i a l s s t o r e d i n t h e s y s t e m . Interfaceorg.apache.shiro.authc.credentialApache Shiro
DefaultPasswordService D e f a u l t i m p l e m e n t a t i o n o f t h e P a s s w o r d S e r v i c e i n t e r f a c e t h a t r e l i e s o n a n i n t e r n a l H a s h S e r v i c e , H a s h F o r m a t , a n d H a s h F o r m a t F a c t o r y t o f u n c t i o n : Classorg.apache.shiro.authc.credentialApache Shiro
DisabledAccountException T h r o w n w h e n a t t e m p t i n g t o a u t h e n t i c a t e a n d t h e c o r r e s p o n d i n g a c c o u n t h a s b e e n d i s a b l e d f o r S i n c e : 0 . Classorg.apache.shiro.authcApache Shiro
ExcessiveAttemptsException T h r o w n w h e n a s y s t e m i s c o n f i g u r e d t o o n l y a l l o w a c e r t a i n n u m b e r o f a u t h e n t i c a t i o n a t t e m p t s o v e r a p e r i o d o f t i m e a n d t h e c u r r e n t s e s s i o n h a s f a i l e d t o a u t h e n t i c a t e s u c c e s s f u l l y w i t h i n Classorg.apache.shiro.authcApache Shiro
ExpiredCredentialsException T h r o w n d u r i n g t h e a u t h e n t i c a t i o n p r o c e s s w h e n t h e s y s t e m d e t e r m i n e s t h e s u b m i t t e d c r e d e n t i a l ( s ) h a s e x p i r e d a n d w i l l n o t a l l o w l o g i n . Classorg.apache.shiro.authcApache Shiro
FirstSuccessfulStrategy A u t h e n t i c a t i o n S t r a t e g y i m p l e m e n t a t i o n t h a t o n l y a c c e p t s t h e a c c o u n t d a t a f r o m t h e f i r s t s u c c e s s f u l l y c o n s u l t e d R e a l m a n d i g n o r e s a l l s u b s e q u e n t r e a l m s . Classorg.apache.shiro.authc.pamApache Shiro
HashedCredentialsMatcher A H a s h e d C r e d e n t i a l M a t c h e r p r o v i d e s s u p p o r t f o r h a s h i n g o f s u p p l i e d A u t h e n t i c a t i o n T o k e n c r e d e n t i a l s b e f o r e b e i n g c o m p a r e d t o t h o s e i n t h e A u t h e n t i c a t i o n I n f o f r o m t h e d a t a s t o r e . Classorg.apache.shiro.authc.credentialApache Shiro
HashingPasswordService A H a s h i n g P a s s w o r d S e r v i c e i s a P a s s w o r d S e r v i c e t h a t p e r f o r m s p a s s w o r d e n c r y p t i o n a n d c o m p a r i s o n s b a s e d o n c r y p t o g r a p h i c H a s h e s . Interfaceorg.apache.shiro.authc.credentialApache Shiro
HostAuthenticationToken A H o s t A u t h e n t i c a t i o n T o k e n r e t a i n s t h e h o s t i n f o r m a t i o n f r o m w h e r e a n a u t h e n t i c a t i o n a t t e m p t o r i g i n a t e s . Interfaceorg.apache.shiro.authcApache Shiro
IncorrectCredentialsException T h r o w n w h e n a t t e m p t i n g t o a u t h e n t i c a t e w i t h c r e d e n t i a l ( s ) t h a t d o n o t m a t c h t h e a c t u a l c r e d e n t i a l s a s s o c i a t e d w i t h t h e a c c o u n t p r i n c i p a l . Classorg.apache.shiro.authcApache Shiro
LockedAccountException A s p e c i a l k i n d o f D i s a b l e d A c c o u n t E x c e p t i o n , t h i s e x c e p t i o n i s t h r o w n w h e n a t t e m p t i n g t o a u t h e n t i c a t e a n d t h e c o r r e s p o n d i n g a c c o u n t h a s b e e n d i s a b l e d e x p l i c i t l y d u e t o b e i n g l o c k e d . Classorg.apache.shiro.authcApache Shiro
LogoutAware A n S P I i n t e r f a c e a l l o w i n g c l e a n u p l o g i c t o b e e x e c u t e d d u r i n g l o g o u t o f a p r e v i o u s l y a u t h e n t i c a t e d S u b j e c t / u s e r . Interfaceorg.apache.shiro.authcApache Shiro
Md2CredentialsMatcher H a s h e d C r e d e n t i a l s M a t c h e r i m p l e m e n t a t i o n t h a t e x p e c t s t h e s t o r e d A u t h e n t i c a t i o n I n f o c r e d e n t i a l s t o b e N o t e : t h e M D 2 , M D 5 a n d Classorg.apache.shiro.authc.credentialApache Shiro
Md5CredentialsMatcher H a s h e d C r e d e n t i a l s M a t c h e r i m p l e m e n t a t i o n t h a t e x p e c t s t h e s t o r e d A u t h e n t i c a t i o n I n f o c r e d e n t i a l s t o b e S H A - 1 a l g o r i t h m s a r e n o w k n o w n t o b e v u l n e r a b l e t o Classorg.apache.shiro.authc.credentialApache Shiro
MergableAuthenticationInfo A n e x t e n s i o n o f t h e A u t h e n t i c a t i o n I n f o i n t e r f a c e t o b e i m p l e m e n t e d b y c l a s s e s t h a t s u p p o r t m e r g i n g w i t h o t h e r A u t h e n t i c a t i o n I n f o i n s t a n c e s . Interfaceorg.apache.shiro.authcApache Shiro
ModularRealmAuthenticator A M o d u l a r R e a l m A u t h e n t i c a t o r d e l g a t e s a c c o u n t l o o k u p s t o a p l u g g a b l e ( m o d u l a r ) c o l l e c t i o n o f R e a l m s . Classorg.apache.shiro.authc.pamApache Shiro
PasswordMatcher A C r e d e n t i a l s M a t c h e r t h a t e m p l o y s b e s t - p r a c t i c e s c o m p a r i s o n s f o r h a s h e d t e x t p a s s w o r d s . Classorg.apache.shiro.authc.credentialApache Shiro
PasswordService A P a s s w o r d S e r v i c e s u p p o r t s c o m m o n u s e c a s e s w h e n u s i n g p a s s w o r d s a s a c r e d e n t i a l s m e c h a n i s m . Interfaceorg.apache.shiro.authc.credentialApache Shiro
RememberMeAuthenticationToken A n A u t h e n t i c a t i o n T o k e n t h a t i n d i c a t e s i f t h e u s e r w i s h e s t h e i r i d e n t i t y t o b e r e m e m b e r e d a c r o s s s e s s i o n s . Interfaceorg.apache.shiro.authcApache Shiro
SaltedAuthenticationInfo I n t e r f a c e r e p r e s e n t i n g a c c o u n t i n f o r m a t i o n t h a t m a y u s e a s a l t w h e n h a s h i n g c r e d e n t i a l s . Interfaceorg.apache.shiro.authcApache Shiro
Sha1CredentialsMatcher H a s h e d C r e d e n t i a l s M a t c h e r i m p l e m e n t a t i o n t h a t e x p e c t s t h e s t o r e d A u t h e n t i c a t i o n I n f o c r e d e n t i a l s t o b e S H A - 1 a l g o r i t h m s a r e n o w k n o w n t o b e v u l n e r a b l e t o Classorg.apache.shiro.authc.credentialApache Shiro
Sha256CredentialsMatcher H a s h e d C r e d e n t i a l s M a t c h e r i m p l e m e n t a t i o n t h a t e x p e c t s t h e s t o r e d A u t h e n t i c a t i o n I n f o c r e d e n t i a l s t o b e F i e l d s i n h e r i t e d f r o m c l a s s o r g . Classorg.apache.shiro.authc.credentialApache Shiro
Sha384CredentialsMatcher H a s h e d C r e d e n t i a l s M a t c h e r i m p l e m e n t a t i o n t h a t e x p e c t s t h e s t o r e d A u t h e n t i c a t i o n I n f o c r e d e n t i a l s t o b e F i e l d s i n h e r i t e d f r o m c l a s s o r g . Classorg.apache.shiro.authc.credentialApache Shiro
Sha512CredentialsMatcher H a s h e d C r e d e n t i a l s M a t c h e r i m p l e m e n t a t i o n t h a t e x p e c t s t h e s t o r e d A u t h e n t i c a t i o n I n f o c r e d e n t i a l s t o b e F i e l d s i n h e r i t e d f r o m c l a s s o r g . Classorg.apache.shiro.authc.credentialApache Shiro
SimpleAccount 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 A c c o u n t i n t e r f a c e t h a t c o n t a i n s p r i n c i p a l a n d c r e d e n t i a l a n d a u t h o r i z a t i o n i n f o r m a t i o n ( r o l e s a n d p e r m i s s i o n s ) a s i n s t a n c e v a r i a b l e s a n d Classorg.apache.shiro.authcApache Shiro
SimpleAuthenticationInfo 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 M e r g a b l e A u t h e n t i c a t i o n I n f o i n t e r f a c e t h a t h o l d s t h e p r i n c i p a l s a n d S i n c e : 0 . Classorg.apache.shiro.authcApache Shiro
SimpleCredentialsMatcher S i m p l e C r e d e n t i a l s M a t c h e r i m p l e m e n t a t i o n . Classorg.apache.shiro.authc.credentialApache Shiro
UnknownAccountException T h r o w n w h e n a t t e m p t i n g t o a u t h e n t i c a t e w i t h a p r i n c i p a l t h a t d o e s n ' t e x i s t i n t h e s y s t e m ( e . Classorg.apache.shiro.authcApache Shiro
UnsupportedTokenException E x c e p t i o n t h r o w n d u r i n g t h e a u t h e n t i c a t i o n p r o c e s s w h e n a n A u t h e n t i c a t i o n T o k e n i m p l e m e n t a t i o n i s e n c o u n t e r e d t h a t i s n o t Classorg.apache.shiro.authc.pamApache Shiro
UsernamePasswordToken A s i m p l e u s e r n a m e / p a s s w o r d a u t h e n t i c a t i o n t o k e n t o s u p p o r t t h e m o s t w i d e l y - u s e d a u t h e n t i c a t i o n m e c h a n i s m . Classorg.apache.shiro.authcApache Shiro