Package org.keycloak.models.utils
Class StripSecretsUtils
java.lang.Object
org.keycloak.models.utils.StripSecretsUtils
- Author:
- Stian Thorgersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstrip(KeycloakSession session, String providerType, ComponentExportRepresentation rep) static ComponentRepresentationstrip(KeycloakSession session, ComponentRepresentation rep) static ClientRepresentationstatic RealmRepresentationstrip(RealmRepresentation rep) static UserRepresentationstrip(UserRepresentation user) static voidstripForExport(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)
-