Constructor and description |
---|
OAuth1ProfileContainer
(WsdlProject project, OAuth1ProfileContainerConfig configuration) |
Type Params | Return Type | Name and description |
---|---|---|
|
OAuth1Profile |
addNewOAuth1Profile(java.lang.String profileName) |
|
void |
addOAuth1ProfileListener(OAuth1ProfileListener listener) |
|
void |
doit(RestRequest restRequest) |
|
void |
doit(RestRequest restRequest) |
|
OAuth1ProfileContainerConfig |
getConfig() |
|
java.util.List<OAuth1Profile> |
getOAuth1ProfileList() |
|
java.util.ArrayList<java.lang.String> |
getOAuth1ProfileNameList() |
|
OAuth1Profile |
getProfileByName(java.lang.String profileName) |
|
WsdlProject |
getProject() |
|
PropertyExpansion[] |
getPropertyExpansions() |
|
void |
removeOAuth1ProfileListener(OAuth1ProfileListener listener) |
|
void |
removeProfile(java.lang.String profileName) |
|
void |
renameProfile(java.lang.String profileOldName, java.lang.String newName) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |