Uses of Class
org.apache.syncope.sra.SRAProperties.AMType
-
Packages that use SRAProperties.AMType Package Description org.apache.syncope.sra org.apache.syncope.sra.security.oauth2 -
-
Uses of SRAProperties.AMType in org.apache.syncope.sra
Methods in org.apache.syncope.sra that return SRAProperties.AMType Modifier and Type Method Description SRAProperties.AMTypeSRAProperties. getAmType()static SRAProperties.AMTypeSRAProperties.AMType. valueOf(String name)Returns the enum constant of this type with the specified name.static SRAProperties.AMType[]SRAProperties.AMType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.sra with parameters of type SRAProperties.AMType Modifier and Type Method Description voidSRAProperties. setAmType(SRAProperties.AMType amType) -
Uses of SRAProperties.AMType in org.apache.syncope.sra.security.oauth2
Methods in org.apache.syncope.sra.security.oauth2 with parameters of type SRAProperties.AMType Modifier and Type Method Description static voidOAuth2SecurityConfigUtils. forLogin(ServerHttpSecurity http, SRAProperties.AMType amType, ApplicationContext ctx)static voidOAuth2SecurityConfigUtils. forLogout(ServerHttpSecurity.AuthorizeExchangeSpec builder, SRAProperties.AMType amType, CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, ConfigurableApplicationContext ctx)
-