| Modifier and Type | Field and Description |
|---|---|
protected List<TrustedIdp> |
Idp.trustedIdpList |
| Modifier and Type | Method and Description |
|---|---|
TrustedIdp |
Idp.findTrustedIdp(String realmTrustedIdp) |
| Modifier and Type | Method and Description |
|---|---|
List<TrustedIdp> |
Idp.getTrustedIdps() |
| Modifier and Type | Method and Description |
|---|---|
Document |
ServiceMetadataWriter.getMetaData(Idp config,
TrustedIdp serviceConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
TrustedIDPConfig |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractTrustedIdpProtocolHandler.getProperty(TrustedIdp trustedIdp,
String property) |
protected boolean |
AbstractTrustedIdpProtocolHandler.isBooleanPropertyConfigured(TrustedIdp trustedIdp,
String property,
boolean defaultValue) |
URL |
TrustedIdpWSFedProtocolHandler.mapSignInRequest(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp) |
URL |
TrustedIdpSAMLProtocolHandler.mapSignInRequest(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp) |
org.apache.cxf.ws.security.tokenstore.SecurityToken |
TrustedIdpWSFedProtocolHandler.mapSignInResponse(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp) |
org.apache.cxf.ws.security.tokenstore.SecurityToken |
TrustedIdpSAMLProtocolHandler.mapSignInResponse(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp) |
| Modifier and Type | Method and Description |
|---|---|
TrustedIdp |
TrustedIdpService.getTrustedIDP(String realm) |
TrustedIdp |
TrustedIdpServiceImpl.getTrustedIDP(String realm) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TrustedIdp> |
TrustedIdps.getTrustedIDPs() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
TrustedIdpService.addTrustedIDP(javax.ws.rs.core.UriInfo ui,
TrustedIdp trustedIdp) |
javax.ws.rs.core.Response |
TrustedIdpServiceImpl.addTrustedIDP(javax.ws.rs.core.UriInfo ui,
TrustedIdp trustedIDP) |
javax.ws.rs.core.Response |
IdpService.addTrustedIdpToIdp(javax.ws.rs.core.UriInfo ui,
String realm,
TrustedIdp trustedIdp) |
javax.ws.rs.core.Response |
IdpServiceImpl.addTrustedIdpToIdp(javax.ws.rs.core.UriInfo ui,
String realm,
TrustedIdp trustedIdp) |
javax.ws.rs.core.Response |
TrustedIdpService.updateTrustedIDP(javax.ws.rs.core.UriInfo ui,
String realm,
TrustedIdp trustedIdp) |
javax.ws.rs.core.Response |
TrustedIdpServiceImpl.updateTrustedIDP(javax.ws.rs.core.UriInfo ui,
String realm,
TrustedIdp trustedIdp) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrustedIdps.setTrustedIDPs(Collection<TrustedIdp> trustedIDPs) |
| Constructor and Description |
|---|
TrustedIdps(Collection<TrustedIdp> trustedIDPs) |
| Modifier and Type | Method and Description |
|---|---|
TrustedIdp |
TrustedIdpDAO.addTrustedIDP(TrustedIdp trustedIdp) |
TrustedIdp |
TrustedIdpDAO.getTrustedIDP(String realm) |
| Modifier and Type | Method and Description |
|---|---|
List<TrustedIdp> |
TrustedIdpDAO.getTrustedIDPs(int start,
int size) |
| Modifier and Type | Method and Description |
|---|---|
TrustedIdp |
TrustedIdpDAO.addTrustedIDP(TrustedIdp trustedIdp) |
void |
IdpDAO.addTrustedIdpToIdp(Idp idp,
TrustedIdp trustedIdp) |
void |
IdpDAO.removeTrustedIdpFromIdp(Idp idp,
TrustedIdp trustedIdp) |
void |
TrustedIdpDAO.updateTrustedIDP(String realm,
TrustedIdp trustedIdp) |
| Modifier and Type | Method and Description |
|---|---|
TrustedIdp |
TrustedIdpDAOJPAImpl.addTrustedIDP(TrustedIdp trustedIdp) |
static TrustedIdp |
TrustedIdpDAOJPAImpl.entity2domain(TrustedIdpEntity entity) |
TrustedIdp |
TrustedIdpDAOJPAImpl.getTrustedIDP(String realm) |
| Modifier and Type | Method and Description |
|---|---|
List<TrustedIdp> |
TrustedIdpDAOJPAImpl.getTrustedIDPs(int start,
int size) |
| Modifier and Type | Method and Description |
|---|---|
TrustedIdp |
TrustedIdpDAOJPAImpl.addTrustedIDP(TrustedIdp trustedIdp) |
void |
IdpDAOJPAImpl.addTrustedIdpToIdp(Idp idp,
TrustedIdp trustedIdp) |
static void |
TrustedIdpDAOJPAImpl.domain2entity(TrustedIdp trustedIDP,
TrustedIdpEntity entity) |
void |
IdpDAOJPAImpl.removeTrustedIdpFromIdp(Idp idp,
TrustedIdp trustedIdp) |
void |
TrustedIdpDAOJPAImpl.updateTrustedIDP(String realm,
TrustedIdp trustedIdp) |
| Modifier and Type | Method and Description |
|---|---|
URL |
TrustedIdpProtocolHandler.mapSignInRequest(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp) |
org.apache.cxf.ws.security.tokenstore.SecurityToken |
TrustedIdpProtocolHandler.mapSignInResponse(org.springframework.webflow.execution.RequestContext context,
Idp idp,
TrustedIdp trustedIdp) |
Apache Fediz