public class SecurityRequirement extends Object
SecurityRequirement()
SecurityRequirement(String name)
void
addScope(String scope)
String
getName()
List<String>
getScopes()
SecurityRequirement
scope(String scope)
setName(String name)
setScopes(List<String> scopes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SecurityRequirement()
public SecurityRequirement(String name)
public SecurityRequirement scope(String scope)
public String getName()
public void setName(String name)
public List<String> getScopes()
public void setScopes(List<String> scopes)
public void addScope(String scope)
Copyright © 2015. All Rights Reserved.