|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ServiceSecurity.
Service security related administration/management methods.
| Method Summary | |
void |
addAcceptingSecurityProvider(ServiceEndpoint serviceEndpoint,
java.lang.String providerName)
Deprecated. Add a name of the security providers which have to be activated for this service implementation for incoming requests. |
void |
addAcceptingSecurityProviders(ServiceEndpoint serviceEndpoint,
java.lang.String[] providerNames)
Deprecated. Adds array of names of the security providers which have to be activated for this service implementation for incoming requests. |
void |
addIdentityAssociation(ServiceEndpoint serviceEndpoint,
IdentityAssociationImpl identityAssociation)
Deprecated. Adds identity association for particular service endpoint. |
java.lang.String[] |
getAcceptingSecurityProviders(ServiceEndpoint serviceEndpoint)
Deprecated. Returns array of names of the security providers which have to be activated for this service implementation for incoming requests. |
IdentityAssociationImpl[] |
getIdentityAssociations(ServiceEndpoint serviceEndpoint)
Deprecated. Gets identity associations for particular service endpoint. |
java.lang.String |
getInitiatingSecurityProvider(ServiceEndpoint serviceEndpoint)
Deprecated. Returns name of the security provider to be used for outgoing calls
from given web service endpoint. |
boolean |
isAuthorizationRequired(ServiceEndpoint serviceEndpoint)
Deprecated. Tests wheter authorization is required for particular service endpoint. |
void |
removeIdentityAssociation(ServiceEndpoint serviceEndpoint,
IdentityAssociationImpl identityAssociation)
Deprecated. Removes identity association for particular service endpoint. |
void |
setAcceptingSecurityProviders(ServiceEndpoint serviceEndpoint,
java.lang.String[] providerNames)
Deprecated. Sets array of names of the security providers which have to be activated for this service implementation for incoming requests. |
void |
setAuthorizationRequired(ServiceEndpoint serviceEndpoint,
boolean authorizationRequired)
Deprecated. Sets the authorizationRequired flag for particular service endpoint. |
void |
setInitiatingSecurityProvider(ServiceEndpoint serviceEndpoint,
java.lang.String providerName)
Deprecated. Sets the security provider to be used for outgoing calls from given web service endpoint. |
| Method Detail |
public void setAuthorizationRequired(ServiceEndpoint serviceEndpoint,
boolean authorizationRequired)
throws AdminServiceException
serviceEndpoint - service endpoint for which to setauthorizationRequired - true if authorization is required,
false otherwise
AdminServiceException - cannot set the value
public boolean isAuthorizationRequired(ServiceEndpoint serviceEndpoint)
throws AdminServiceException
serviceEndpoint - service endpoint for which to test
true if authorization is required,
false otherwise
AdminServiceException - cannot set the value
public IdentityAssociationImpl[] getIdentityAssociations(ServiceEndpoint serviceEndpoint)
throws AdminServiceException
serviceEndpoint - service endpoint
null)
AdminServiceException - cannot get identity associations
public void addIdentityAssociation(ServiceEndpoint serviceEndpoint,
IdentityAssociationImpl identityAssociation)
throws AdminServiceException
serviceEndpoint - service endpointidentityAssociation - identity association to add
AdminServiceException - cannot get identity associations
public void removeIdentityAssociation(ServiceEndpoint serviceEndpoint,
IdentityAssociationImpl identityAssociation)
throws AdminServiceException
serviceEndpoint - service endpointidentityAssociation - identity association to add
AdminServiceException - cannot get identity associations
public java.lang.String getInitiatingSecurityProvider(ServiceEndpoint serviceEndpoint)
throws AdminServiceException
name of the security provider to be used for outgoing calls
from given web service endpoint.
serviceEndpoint - target service endpoint.
AdminServiceException
public void setInitiatingSecurityProvider(ServiceEndpoint serviceEndpoint,
java.lang.String providerName)
throws AdminServiceException
serviceEndpoint - target service endpoint.providerName - name of the security provider for outgoing calls. Note
that provider name can be null.
AdminServiceException
public java.lang.String[] getAcceptingSecurityProviders(ServiceEndpoint serviceEndpoint)
throws AdminServiceException
serviceEndpoint - target service endpoint.
AdminServiceException
public void setAcceptingSecurityProviders(ServiceEndpoint serviceEndpoint,
java.lang.String[] providerNames)
throws AdminServiceException
serviceEndpoint - target service endpoint.providerNames - array of security provider names for incoming requests.
AdminServiceException
public void addAcceptingSecurityProvider(ServiceEndpoint serviceEndpoint,
java.lang.String providerName)
throws AdminServiceException
serviceEndpoint - target service endpoint.providerName - security provider name for incoming requests.
AdminServiceException
public void addAcceptingSecurityProviders(ServiceEndpoint serviceEndpoint,
java.lang.String[] providerNames)
throws AdminServiceException
serviceEndpoint - target service endpoint.providerNames - array of security provider names for incoming requests.
AdminServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||