public class DefaultOAuth2ProfileContainer
| Constructor and description | 
|---|
| DefaultOAuth2ProfileContainer
                                (WsdlProject project, OAuth2ProfileContainerConfig configuration) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | OAuth2Profile | addNewOAuth2Profile(java.lang.String profileName) | 
|  | void | addOAuth2ProfileListener(OAuth2ProfileListener listener) | 
|  | void | doit(RestRequest restRequest) | 
|  | void | doit(RestRequest restRequest) | 
|  | OAuth2ProfileContainerConfig | getConfig() | 
|  | java.util.List<OAuth2Profile> | getOAuth2ProfileList() | 
|  | java.util.ArrayList<java.lang.String> | getOAuth2ProfileNameList() | 
|  | OAuth2Profile | getProfileByName(java.lang.String profileName) | 
|  | WsdlProject | getProject() | 
|  | PropertyExpansion[] | getPropertyExpansions() | 
|  | void | release() | 
|  | void | removeOAuth2ProfileListener(OAuth2ProfileListener 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() |