| Package | Description |
|---|---|
| csa.janus | |
| csa.janus.domain | |
| csa.service.impl | |
| csa.util |
| Modifier and Type | Method and Description |
|---|---|
EntityMetadata |
JanusRestClient.getMetadataByEntityId(String entityId)
Get a client's metadata by his entityId.
|
EntityMetadata |
Janus.getMetadataByEntityId(String entityId)
Get a client's metadata by his entityId.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityMetadata> |
JanusRestClient.getIdpList() |
List<EntityMetadata> |
Janus.getIdpList()
Retrieves a list of all Identity Providers.
|
List<EntityMetadata> |
JanusRestClient.getSpList() |
List<EntityMetadata> |
Janus.getSpList()
Retrieves a list of all Service Providers.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityMetadata |
EntityMetadata.fromMetadataMap(Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProvider |
ServiceRegistryProviderService.buildIdentityProviderByMetadata(EntityMetadata metadata)
Create a IdentityProvider and inflate it with the given metadata
attributes.
|
ServiceProvider |
ServiceRegistryProviderService.buildServiceProviderByMetadata(EntityMetadata metadata,
boolean includeArps)
Create a ServiceProvider and inflate it with the given metadata attributes.
|
| Modifier and Type | Method and Description |
|---|---|
EntityMetadata |
JanusRestClientMock.getMetadataByEntityId(String entityId) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityMetadata> |
JanusRestClientMock.getIdpList() |
List<EntityMetadata> |
JanusRestClientMock.getSpList() |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.