Uses of Class
com.avoka.fc.core.entity.AuthProviderParameter
-
Packages that use AuthProviderParameter Package Description com.avoka.fc.core.entity Provides the SmartForm Manager entity classes.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of AuthProviderParameter in com.avoka.fc.core.entity
Methods in com.avoka.fc.core.entity that return AuthProviderParameter Modifier and Type Method Description AuthProviderParameter
AuthenticationProvider. getAuthProviderParameter(String name)
Return the authentication provider parameter with the given name -
Uses of AuthProviderParameter in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type AuthProviderParameter Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<AuthProviderParameter>>
_AuthenticationProvider. AUTH_PROVIDER_PARAMETERS
Provides the 'AUTH_PROVIDER_PARAMETERS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type AuthProviderParameter Modifier and Type Method Description List<AuthProviderParameter>
_AuthenticationProvider. getAuthProviderParameters()
Return the AuthProviderParameters.Methods in com.avoka.fc.core.entity.auto with parameters of type AuthProviderParameter Modifier and Type Method Description void
_AuthenticationProvider. addToAuthProviderParameters(AuthProviderParameter obj)
Add the AuthProviderParameters object.void
_AuthenticationProvider. removeFromAuthProviderParameters(AuthProviderParameter obj)
Remove the AuthProviderParameters object.
-