Index

A B C F G O R S U 
All Classes and Interfaces|All Packages

A

AuthConfiguration - Class in org.skr.auth
 
AuthConfiguration() - Constructor for class org.skr.auth.AuthConfiguration
 
authenticate(Certification, Map<String, Object>) - Method in class org.skr.auth.service.AuthManager
 
authenticate(Cert, Map<String, Object>) - Method in interface org.skr.auth.service.CertificationHandler
Authenticate given Certification and return corresponding UserPrincipal to it.
AuthManager - Class in org.skr.auth.service
 
AuthManager() - Constructor for class org.skr.auth.service.AuthManager
 

B

bindCertification(Certification, Certification, Map<String, Object>) - Method in class org.skr.auth.service.AuthManager
Bind a new Certification to existed UserPrincipal by providing valid bound Certification.

C

CertificationHandler<Cert extends org.skr.security.Certification> - Interface in org.skr.auth.service
 
corsFilterReg() - Method in class org.skr.auth.AuthConfiguration
 

F

findByIdentity(String) - Method in interface org.skr.auth.service.CertificationHandler
Find Certification by given certificationIdentity.

G

getCertification(UserPrincipal) - Method in interface org.skr.auth.service.CertificationHandler
 

O

org.skr.auth - package org.skr.auth
 
org.skr.auth.service - package org.skr.auth.service
 

R

removeCertification(UserPrincipal, String) - Method in interface org.skr.auth.service.CertificationHandler
Remove a Certification for UserPrincipal
removeCertification(UserPrincipal, Certification) - Method in class org.skr.auth.service.AuthManager
 

S

saveCertification(UserPrincipal, Certification, Map<String, Object>) - Method in class org.skr.auth.service.AuthManager
 
saveCertification(UserPrincipal, Cert, Map<String, Object>) - Method in interface org.skr.auth.service.CertificationHandler
Tells that how to save given Certification and bind it to UserPrincipal
signIn(Certification, Map<String, Object>) - Method in class org.skr.auth.service.AuthManager
Given a certification to authenticate and retrieve bound UserPrincipal
signUp(UserPrincipal, Certification, Map<String, Object>) - Method in class org.skr.auth.service.AuthManager
Signing up a certification with principal.
skrSecurityProperties - Variable in class org.skr.auth.service.AuthManager
 
supports(Certification) - Method in interface org.skr.auth.service.CertificationHandler
check if this handler could be apply to certain Certification

U

unbindCertification(Certification, Certification, Map<String, Object>) - Method in class org.skr.auth.service.AuthManager
Unbind a Certification of existed UserPrincipal by providing valid bound Certification.
A B C F G O R S U 
All Classes and Interfaces|All Packages