Uses of Interface
de.xima.fc.interfaces.mixin.attributes.IStringAttributesMixin
-
Packages that use IStringAttributesMixin Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.interfaces.auth.config de.xima.fc.mdl.auth.config de.xima.fc.mdl.auth.config.view de.xima.fc.web.common.auth.wrapper.config -
-
Uses of IStringAttributesMixin in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IStringAttributesMixin Modifier and Type Class Description class
AAuthenticatorConfig
Abstract base class for authenticator configurationsclass
ProjectAuthenticatorConfig
Model for persisting authenticator configurations for a projectclass
WorkflowStateAuthenticatorConfig
Model for persisting authenticator configuration of aWorkflowState
-
Uses of IStringAttributesMixin in de.xima.fc.entities.interfaces
Subinterfaces of IStringAttributesMixin in de.xima.fc.entities.interfaces Modifier and Type Interface Description interface
IAuthenticatorConfig
Common interface for authentication config entities -
Uses of IStringAttributesMixin in de.xima.fc.interfaces.auth.config
Subinterfaces of IStringAttributesMixin in de.xima.fc.interfaces.auth.config Modifier and Type Interface Description interface
IAuthenticatorConfigWrapper
Common interface for authenticator config wrapper -
Uses of IStringAttributesMixin in de.xima.fc.mdl.auth.config
Classes in de.xima.fc.mdl.auth.config that implement IStringAttributesMixin Modifier and Type Class Description class
VirtualAuthenticatorConfig
Authenticator config model for type authenticator configs that are not persisted -
Uses of IStringAttributesMixin in de.xima.fc.mdl.auth.config.view
Classes in de.xima.fc.mdl.auth.config.view that implement IStringAttributesMixin Modifier and Type Class Description class
AConfigViewModel
Abstract base class for authenticator config view modelsclass
AnonymousConfigViewModel
View model for authenticator configs of typeEAuthClientType.ANONYMOUS
class
BaseConfigViewModel
View model for general authenticator configsclass
PasswordConfigViewModel
Vuew model for custom authenticator config of typeEAuthClientType.PASSWORD
-
Uses of IStringAttributesMixin in de.xima.fc.web.common.auth.wrapper.config
Classes in de.xima.fc.web.common.auth.wrapper.config that implement IStringAttributesMixin Modifier and Type Class Description class
AnonymousConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.ANONYMOUS
class
EntityConfigWrapper
Wrapper for authenticator configs that use anIAuthenticator
entityclass
FormConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.FORM
class
KerberosConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.KERBEROS
class
NtlmConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.NTLM
class
PasswordConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.PASSWORD
-