Package org.apache.syncope.sra
Class SRAProperties
- java.lang.Object
-
- org.apache.syncope.common.lib.SyncopeProperties
-
- org.apache.syncope.sra.SRAProperties
-
- All Implemented Interfaces:
Serializable
@ConfigurationProperties("sra") public class SRAProperties extends SyncopeProperties
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SRAProperties.AMType
static class
SRAProperties.CAS
static class
SRAProperties.Global
static class
SRAProperties.OAUTH2
static class
SRAProperties.OIDC
static class
SRAProperties.SAML2
-
Constructor Summary
Constructors Constructor Description SRAProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SRAProperties.AMType
getAmType()
SRAProperties.CAS
getCas()
SRAProperties.Global
getGlobal()
SRAProperties.OAUTH2
getOauth2()
SRAProperties.OIDC
getOidc()
SRAProperties.SAML2
getSaml2()
void
setAmType(SRAProperties.AMType amType)
-
Methods inherited from class org.apache.syncope.common.lib.SyncopeProperties
getAnonymousKey, getAnonymousUser, isUseGZIPCompression, setAnonymousKey, setAnonymousUser, setUseGZIPCompression
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
AM_TYPE
public static final String AM_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGlobal
public SRAProperties.Global getGlobal()
-
getAmType
public SRAProperties.AMType getAmType()
-
setAmType
public void setAmType(SRAProperties.AMType amType)
-
getOidc
public SRAProperties.OIDC getOidc()
-
getOauth2
public SRAProperties.OAUTH2 getOauth2()
-
getSaml2
public SRAProperties.SAML2 getSaml2()
-
getCas
public SRAProperties.CAS getCas()
-
-