public class IdentityPassiveSTSClient extends Object
Constructor and Description |
---|
IdentityPassiveSTSClient(String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx) |
Modifier and Type | Method and Description |
---|---|
void |
addTrustedService(String realmName,
String claimDialect,
String claims) |
org.wso2.carbon.identity.sts.passive.stub.types.ClaimDTO[] |
getAllTrustedServices() |
org.wso2.carbon.identity.sts.passive.stub.types.ResponseToken |
getResponse(org.wso2.carbon.identity.sts.passive.stub.types.RequestToken request) |
void |
removeTrustedService(String realmName) |
public IdentityPassiveSTSClient(String backendServerURL, org.apache.axis2.context.ConfigurationContext configCtx) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public org.wso2.carbon.identity.sts.passive.stub.types.ResponseToken getResponse(org.wso2.carbon.identity.sts.passive.stub.types.RequestToken request) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void addTrustedService(String realmName, String claimDialect, String claims) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void removeTrustedService(String realmName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public org.wso2.carbon.identity.sts.passive.stub.types.ClaimDTO[] getAllTrustedServices() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
Copyright © 2015 WSO2. All rights reserved.