Serialized Form
-
Package org.apache.syncope.sra
-
Class org.apache.syncope.sra.SRAProperties extends org.apache.syncope.common.lib.SyncopeProperties implements Serializable
- serialVersionUID:
- 1250377680268118123L
-
Serialized Fields
-
amType
SRAProperties.AMType amType
-
cas
SRAProperties.CAS cas
-
global
SRAProperties.Global global
-
oauth2
SRAProperties.OAUTH2 oauth2
-
oidc
SRAProperties.OIDC oidc
-
saml2
SRAProperties.SAML2 saml2
-
-
Class org.apache.syncope.sra.SRAProperties.CAS extends Object implements Serializable
- serialVersionUID:
- -5413988649759834473L
-
Serialized Fields
-
protocol
org.jasig.cas.client.Protocol protocol
-
serverPrefix
String serverPrefix
-
-
Class org.apache.syncope.sra.SRAProperties.Global extends Object implements Serializable
- serialVersionUID:
- -2035267979830256742L
-
Class org.apache.syncope.sra.SRAProperties.OAUTH2 extends Object implements Serializable
- serialVersionUID:
- -5051777207539192764L
-
Class org.apache.syncope.sra.SRAProperties.OIDC extends Object implements Serializable
- serialVersionUID:
- 4428057402762583676L
-
Class org.apache.syncope.sra.SRAProperties.SAML2 extends Object implements Serializable
- serialVersionUID:
- 6819907914821190235L
-
Serialized Fields
-
authnRequestBinding
org.apache.syncope.common.lib.types.SAML2BindingType authnRequestBinding
-
entityId
String entityId
-
idpMetadata
String idpMetadata
-
keystore
String keystore
-
keystoreKeypass
String keystoreKeypass
-
keystoreStorepass
String keystoreStorepass
-
keystoreType
String keystoreType
-
logoutRequestBinding
org.apache.syncope.common.lib.types.SAML2BindingType logoutRequestBinding
-
logoutResponseBinding
org.apache.syncope.common.lib.types.SAML2BindingType logoutResponseBinding
-
skew
long skew
-
spMetadataFilePath
String spMetadataFilePath
-
-
-
Package org.apache.syncope.sra.security.cas
-
Class org.apache.syncope.sra.security.cas.CASAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
- serialVersionUID:
- 6333776590644298469L
-
Serialized Fields
-
assertion
org.jasig.cas.client.validation.Assertion assertion
-
-
-
Package org.apache.syncope.sra.security.saml2
-
Class org.apache.syncope.sra.security.saml2.SAML2AuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
- serialVersionUID:
- 8322987617416135717L
-
Serialized Fields
-
credentials
org.pac4j.saml.credentials.SAML2Credentials credentials
-
-