Package io.micronaut.starter.feature.aws
Class AmazonCognito
java.lang.Object
io.micronaut.starter.feature.security.SecurityOAuth2Feature
io.micronaut.starter.feature.aws.AmazonCognito
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,AwsCloudFeature
,AwsFeature
,Feature
,CloudFeature
,SecurityAuthenticationModeProvider
,SecurityOAuth2Configuration
@Singleton
public class AmazonCognito
extends SecurityOAuth2Feature
implements AwsFeature, SecurityOAuth2Configuration, SecurityAuthenticationModeProvider
-
Field Summary
Fields inherited from interface io.micronaut.starter.feature.aws.AwsFeature
GROUP_ID_AWS_SDK_V2, GROUP_ID_MICRONAUT_AWS
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Fields inherited from interface io.micronaut.starter.feature.security.SecurityAuthenticationModeProvider
PROPERTY_MICRONAUT_SECURITY_AUTHENTICATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NonNull String
@NonNull String
@NonNull String
@NonNull String
getName()
The name of the feature.@NonNull SecurityAuthenticationMode
@NonNull String
getTitle()
boolean
supports
(ApplicationType applicationType) This method must be implemented to ensure it is only selectable for the desired application types.Methods inherited from class io.micronaut.starter.feature.security.SecurityOAuth2Feature
processSelectedFeatures
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.starter.feature.aws.AwsCloudFeature
getCloud
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
apply, getMicronautDocumentation, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.security.SecurityOAuth2Configuration
getClientId, getClientSecret
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AmazonCognito
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique. -
getTitle
-
getDescription
- Specified by:
getDescription
in interfaceio.micronaut.core.naming.Described
- Specified by:
getDescription
in interfaceFeature
-
supports
Description copied from interface:Feature
This method must be implemented to ensure it is only selectable for the desired application types. This method is not used for determining if a default feature should be applied. -
getCategory
- Specified by:
getCategory
in interfaceFeature
- Returns:
- The
Category
to which the feature belongs to.
-
getIssuer
- Specified by:
getIssuer
in interfaceSecurityOAuth2Configuration
-
getSecurityAuthenticationMode
- Specified by:
getSecurityAuthenticationMode
in interfaceSecurityAuthenticationModeProvider
-