org.wso2.wsas.admin.service
Class STSAdmin
java.lang.Object
org.wso2.utils.AbstractAdmin
org.wso2.wsas.admin.service.STSAdmin
public class STSAdmin
- extends org.wso2.utils.AbstractAdmin
Administration service of the WSO2WSAS-SecurityTokenService
Methods inherited from class org.wso2.utils.AbstractAdmin |
getAxisConfig, getConfigContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STSAdmin
public STSAdmin()
addTrustedService
public void addTrustedService(java.lang.String serviceAddress,
java.lang.String certAlias)
throws org.apache.axis2.AxisFault
- Add a the given service endpoint as a trusted endpoint address
- Parameters:
serviceAddress
- Address of the service endpointcertAlias
- Alias of the service cert
- Throws:
org.apache.axis2.AxisFault
setProofKeyType
public void setProofKeyType(java.lang.String keyType)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getTrustedServices
public TrustedServiceData[] getTrustedServices()
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getProofKeyType
public java.lang.String getProofKeyType()
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getCertAliasOfPrimaryKeyStore
public java.lang.String[] getCertAliasOfPrimaryKeyStore()
throws org.apache.axis2.AxisFault
- Returns certificate aliases of primary keystore
- Returns:
- String array
- Throws:
org.apache.axis2.AxisFault