All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected String |
getAliasPath(LocalProviderConfiguration configuration) |
SamlMetadataCache |
getCache() |
SamlConfigurationRepository |
getConfigurationRepository() |
protected Endpoint |
getEndpoint(String url,
Binding binding,
int index,
boolean isDefault) |
protected Endpoint |
getEndpoint(String baseUrl,
String path,
Binding binding,
int index,
boolean isDefault) |
protected IdentityProviderService |
getHostedIdentityProvider(LocalIdentityProviderConfiguration idpConfig) |
protected ServiceProviderService |
getHostedServiceProvider(LocalServiceProviderConfiguration spConfig) |
SamlTransformer |
getTransformer() |
SamlValidator |
getValidator() |
protected IdentityProviderMetadata |
identityProviderMetadata(String baseUrl,
SimpleKey signingKey,
List<SimpleKey> keys,
String prefix,
String aliasPath,
AlgorithmMethod signAlgorithm,
DigestMethod signDigest) |
protected ServiceProviderMetadata |
serviceProviderMetadata(String baseUrl,
SimpleKey signingKey,
List<SimpleKey> keys,
String prefix,
String aliasPath,
AlgorithmMethod signAlgorithm,
DigestMethod signDigest) |