Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.OIDCJWKS
-
-
Uses of OIDCJWKS in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return OIDCJWKS Modifier and Type Method Description OIDCJWKSOIDCJWKSDAO. get()OIDCJWKSOIDCJWKSDAO. save(OIDCJWKS jwks)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type OIDCJWKS Modifier and Type Method Description OIDCJWKSOIDCJWKSDAO. save(OIDCJWKS jwks) -
Uses of OIDCJWKS in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return OIDCJWKS Modifier and Type Method Description OIDCJWKSJPAOIDCJWKSDAO. get()OIDCJWKSJPAOIDCJWKSDAO. save(OIDCJWKS jwks)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type OIDCJWKS Modifier and Type Method Description OIDCJWKSJPAOIDCJWKSDAO. save(OIDCJWKS jwks) -
Uses of OIDCJWKS in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement OIDCJWKS Modifier and Type Class Description classJPAOIDCJWKS -
Uses of OIDCJWKS in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return OIDCJWKS Modifier and Type Method Description OIDCJWKSOIDCJWKSDataBinder. create(String jwksKeyId, String jwksType, int jwksKeySize)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type OIDCJWKS Modifier and Type Method Description OIDCJWKSTOOIDCJWKSDataBinder. getOIDCJWKSTO(OIDCJWKS jwks) -
Uses of OIDCJWKS in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return OIDCJWKS Modifier and Type Method Description OIDCJWKSOIDCJWKSDataBinderImpl. create(String jwksKeyId, String jwksType, int jwksKeySize)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCJWKS Modifier and Type Method Description OIDCJWKSTOOIDCJWKSDataBinderImpl. getOIDCJWKSTO(OIDCJWKS jwks)
-