Element | Description | Class |
---|---|---|
certificate-key-adapter | org.josso.gateway.identity.service.store.CertificateCredentialStoreKeyAdapter | |
default-protocol-manager | org.josso.gateway.protocol.SSOProtocolManagerImpl | |
domain | org.josso.SecurityDomainImpl | |
gateway | JOSSO Gateway implementation | org.josso.gateway.SSOGatewayImpl |
id-generator | org.josso.selfservices.SelfServicesIdGeneratorImpl | |
simple-key-adapter | org.josso.gateway.identity.service.store.SimpleIdentityStoreKeyAdapter | |
web-configuration | The default SSO Web configuration implementation. | org.josso.gateway.SSOWebConfigurationImpl |
Element | Type | Description |
---|---|---|
handlers | (<spring:bean/>)* |
Attribute | Type | Description |
---|---|---|
name | xs:string | |
type | xs:string |
Element | Type | Description |
---|---|---|
assertion-manager | <spring:bean/> | |
audit-manager | <spring:bean/> | |
authenticator | <spring:bean/> | |
event-manager | <spring:bean/> | |
identity-manager | <spring:bean/> | |
identity-provider | <spring:bean/> | |
matchers | (<spring:bean/>)* | |
password-manager | <spring:bean/> | |
protocol-manager | default-protocol-manager | |
session-manager | <spring:bean/> | |
sso-web-configuration | web-configuration |
Element | Type | Description |
---|---|---|
domains | (domain)* | |
sso-domain-selector | <spring:bean/> | |
sso-domains-registry | <spring:bean/> |
Attribute | Type | Description |
---|---|---|
algorithm | xs:string | Return the digest algorithm for the id generator. |
assertionIdLength | xs:integer | Gets the assertion id length (in bytes) for Assertions created by this Generator |
entropy | xs:string | Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set. |
randomClass | xs:string | Gets the random number generator class name. |
Attribute | Type | Description |
---|---|---|
P3PHeaderValue | xs:string | |
basicAuthenticationEnabled | xs:boolean | |
customLoginURL | xs:string | |
loginBackToURL | xs:string | |
logoutBackToURL | xs:string | |
ntlmAuthenticationEnabled | xs:boolean | |
rememberMeEnabled | xs:boolean | |
rememberMeMaxAge | xs:integer | |
sendP3PHeader | xs:boolean | |
sessionTokenOnClient | xs:boolean | |
sessionTokenSecure | xs:boolean | |
strongAuthenticationEnabled | xs:boolean |
Element | Type | Description |
---|---|---|
trustedHosts | (<spring:bean/>)* |