Uses of Class
com.tremolosecurity.k8s.model.Mapping
Packages that use Mapping
-
Uses of Mapping in com.tremolosecurity.k8s.model
Methods in com.tremolosecurity.k8s.model that return MappingModifier and TypeMethodDescriptionSamlRemoteIdp.getMapping()Mapping.withEncryptionCertAlias(String encryptionCertAlias) Mapping.withEntityId(String entityId) Mapping.withLogoutUrl(String logoutUrl) Mapping.withPostUrl(String postUrl) Mapping.withRedirectUrl(String redirectUrl) Mapping.withSigningCertAlis(String signingCertAlis) Methods in com.tremolosecurity.k8s.model with parameters of type MappingModifier and TypeMethodDescriptionvoidSamlRemoteIdp.setMapping(Mapping mapping) SamlRemoteIdp.withMapping(Mapping mapping) Constructors in com.tremolosecurity.k8s.model with parameters of type Mapping