Package org.keycloak.models.utils
Class StripSecretsUtils
java.lang.Object
org.keycloak.models.utils.StripSecretsUtils
- Author:
- Stian Thorgersen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstrip
(KeycloakSession session, String providerType, ComponentExportRepresentation rep) static ComponentRepresentation
strip
(KeycloakSession session, ComponentRepresentation rep) static ClientRepresentation
static RealmRepresentation
strip
(RealmRepresentation rep) static UserRepresentation
strip
(UserRepresentation user) static void
stripForExport
(KeycloakSession session, RealmRepresentation rep)
-
Constructor Details
-
StripSecretsUtils
public StripSecretsUtils()
-
-
Method Details
-
strip
-
strip
-
strip
-
stripForExport
-
strip
-
strip
-
strip
public static ComponentExportRepresentation strip(KeycloakSession session, String providerType, ComponentExportRepresentation rep)
-