Package org.gluu.oxauth.authorize.ws.rs
Class ConsentGathererService
- java.lang.Object
- 
- org.gluu.oxauth.authorize.ws.rs.ConsentGathererService
 
- 
 @RequestScoped @Named("consentGatherer") public class ConsentGathererService extends java.lang.Object- Author:
- Yuriy Movchan Date: 10/30/2017
 
- 
- 
Constructor SummaryConstructors Constructor Description ConsentGathererService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMessage(javax.faces.application.FacesMessage.Severity severity, java.lang.String summary)booleanauthorize()booleanconfigure(java.lang.String userDn, java.lang.String clientId, java.lang.String state)ConsentGatheringContextgetContext()java.util.Map<java.lang.String,java.lang.String>getPageAttributes()java.util.List<Scope>getScopes()protected org.gluu.model.custom.script.conf.CustomScriptConfigurationgetScript(SessionId session)booleanisConsentGathered()java.lang.StringprepareForStep()java.lang.Stringresult(java.lang.String resultCode)
 
- 
- 
- 
Method Detail- 
configurepublic boolean configure(java.lang.String userDn, java.lang.String clientId, java.lang.String state)
 - 
authorizepublic boolean authorize() 
 - 
prepareForSteppublic java.lang.String prepareForStep() 
 - 
resultpublic java.lang.String result(java.lang.String resultCode) 
 - 
addMessagepublic void addMessage(javax.faces.application.FacesMessage.Severity severity, java.lang.String summary)
 - 
getPageAttributespublic java.util.Map<java.lang.String,java.lang.String> getPageAttributes() 
 - 
getScriptprotected org.gluu.model.custom.script.conf.CustomScriptConfiguration getScript(SessionId session) 
 - 
isConsentGatheredpublic boolean isConsentGathered() 
 - 
getContextpublic ConsentGatheringContext getContext() 
 - 
getScopespublic java.util.List<Scope> getScopes() 
 
- 
 
-