Uses of Class
org.openehealth.ipf.commons.audit.BalpJwtExtractorProperties
Packages that use BalpJwtExtractorProperties
Package
Description
-
Uses of BalpJwtExtractorProperties in org.openehealth.ipf.commons.audit
Methods in org.openehealth.ipf.commons.audit that return BalpJwtExtractorPropertiesModifier and TypeMethodDescriptionBalpAuditContext.getBalpJwtExtractorProperties()
DefaultBalpAuditContext.getBalpJwtExtractorProperties()
Methods in org.openehealth.ipf.commons.audit with parameters of type BalpJwtExtractorPropertiesModifier and TypeMethodDescriptionvoid
DefaultBalpAuditContext.setBalpJwtExtractorProperties
(BalpJwtExtractorProperties balpJwtExtractorProperties) -
Uses of BalpJwtExtractorProperties in org.openehealth.ipf.commons.ihe.fhir.audit.auth
Methods in org.openehealth.ipf.commons.ihe.fhir.audit.auth with parameters of type BalpJwtExtractorPropertiesModifier and TypeMethodDescriptionBalpJwtClaimsExtractor.extractBppcAcp
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractBppcDocId
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractBppcPatientId
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractClientId
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractHomeCommunityId
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractId
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractIssuer
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractNationalProviderIdentifier
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractPersonId
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractPurposeOfUse
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractSubject
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractSubjectName
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractSubjectOrganization
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractSubjectOrganizationId
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) BalpJwtClaimsExtractor.extractSubjectRole
(com.nimbusds.jwt.JWT jwt, BalpJwtExtractorProperties balpJwtExtractorProperties) static Optional
<BalpJwtDataSet> BalpJwtParser.parseAuthorizationToBalpDataSet
(String authenticationHeader, BalpJwtExtractorProperties balpJwtExtractorProperties) static BalpJwtDataSet
BalpJwtParser.parseJwtToBalpDataSet
(com.nimbusds.jwt.JWT jwt, BalpJwtClaimsExtractor claimsExtractor, BalpJwtExtractorProperties balpJwtExtractorProperties)