public interface HandlerContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindingIdentifier()
Returns the UDDI binding identifier of the service being invoked.
|
java.lang.String |
getBindingURI()
Returns the type of binding (SOAP 1.1, SOAP 1.2, HTTP, etc.) being
used (if any).
|
javax.security.auth.callback.CallbackHandler |
getCategoryCallback(java.lang.String categoryName)
Given a category URI String, returns a CallbackHandler that will
provide the required credentials through Callbacks.
|
java.lang.String |
getInterfaceName()
Returns the name of the interface being invoked.
|
java.lang.String |
getOperationName()
Returns the name of the operation being invoked.
|
java.lang.String |
getServiceName()
Returns the name of the service being invoked.
|
java.util.Set |
getSubjectCategories()
Returns a Set of subject category URI's as Strings.
|
java.lang.String getServiceName()
java.lang.String getBindingIdentifier()
java.lang.String getInterfaceName()
java.lang.String getOperationName()
java.lang.String getBindingURI()
java.util.Set getSubjectCategories()
javax.security.auth.callback.CallbackHandler getCategoryCallback(java.lang.String categoryName)
categoryName
- String URI of the credential category.?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.