Uses of Class
org.oa4mp.delegation.server.storage.ClientApproval
-
-
Uses of ClientApproval in org.oa4mp.delegation.server.storage
Classes in org.oa4mp.delegation.server.storage with type parameters of type ClientApproval Modifier and Type Interface Description interface
ClientApprovalStore<V extends ClientApproval>
Created by Jeff Gaynor
on 1/9/12 at 4:47 PM -
Uses of ClientApproval in org.oa4mp.delegation.server.storage.impl
Classes in org.oa4mp.delegation.server.storage.impl with type parameters of type ClientApproval Modifier and Type Class Description class
FSClientApprovalStore<V extends ClientApproval>
A store for client approvals. -
Uses of ClientApproval in org.oa4mp.server.admin.oauth2.base
Methods in org.oa4mp.server.admin.oauth2.base that return ClientApproval Modifier and Type Method Description static ClientApproval
ClientApprovalStoreCommands. setupApprovalRecord(ClientApprovalStore caStore, edu.uiuc.ncsa.security.core.Identifier identifier, boolean isapproved, String approver)
For thoses cases where the record needs to me fetched or created then set to the right values.Methods in org.oa4mp.server.admin.oauth2.base with parameters of type ClientApproval Modifier and Type Method Description boolean
ClientApprovalStoreCommands. approve(ClientApproval ca)
protected boolean
ClientApprovalStoreCommands. approve(ClientApproval ca, boolean isapproved, String approver)
protected String
BaseClientStoreCommands. format(BaseClient client, ClientApproval ca)
protected int
BaseClientStoreCommands. longFormat(BaseClient client, ClientApproval clientApproval, boolean isVerbose)
static void
ClientApprovalStoreCommands. setupApprovalRecord(ClientApproval ca, boolean isapproved, String approver)
Does the work of setting the approval status, approver etc. -
Uses of ClientApproval in org.oa4mp.server.admin.oauth2.tools.migrate
Methods in org.oa4mp.server.admin.oauth2.tools.migrate with parameters of type ClientApproval Modifier and Type Method Description protected boolean
FSMigrater. approvalCheck(ClientApproval clientApproval)
-
Uses of ClientApproval in org.oa4mp.server.api
Fields in org.oa4mp.server.api with type parameters of type ClientApproval Modifier and Type Field Description protected ClientApprovalStore<ClientApproval>
ServiceEnvironmentImpl. clientApprovalStore
Methods in org.oa4mp.server.api that return ClientApproval Modifier and Type Method Description ClientApproval
ClientApprovalProvider. get(boolean createNewIdentifier)
Methods in org.oa4mp.server.api that return types with arguments of type ClientApproval Modifier and Type Method Description ClientApprovalStore<ClientApproval>
ServiceEnvironment. getClientApprovalStore()
returns the client approval store. -
Uses of ClientApproval in org.oa4mp.server.api.storage
Classes in org.oa4mp.server.api.storage with type parameters of type ClientApproval Modifier and Type Class Description class
MultiDSClientApprovalStoreProvider<V extends ClientApproval>
Created by Jeff Gaynor
on 1/18/12 at 4:07 PM -
Uses of ClientApproval in org.oa4mp.server.api.storage.filestore
Methods in org.oa4mp.server.api.storage.filestore that return types with arguments of type ClientApproval Modifier and Type Method Description List<ClientApproval>
DSFSClientApprovalStore. getMostRecent(int n, List<String> attributes)
Constructor parameters in org.oa4mp.server.api.storage.filestore with type arguments of type ClientApproval Constructor Description DSFSClientApprovalStore(File file, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ClientApproval> idp, edu.uiuc.ncsa.security.storage.data.MapConverter<ClientApproval> cp, boolean removeEmptyFiles, boolean removeFailedFiles)
DSFSClientApprovalStore(File file, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ClientApproval> idp, edu.uiuc.ncsa.security.storage.data.MapConverter<ClientApproval> cp, boolean removeEmptyFiles, boolean removeFailedFiles)
DSFSClientApprovalStore(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ClientApproval> idp, edu.uiuc.ncsa.security.storage.data.MapConverter<ClientApproval> cp, boolean removeEmptyFiles, boolean removeFailedFiles)
DSFSClientApprovalStore(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ClientApproval> idp, edu.uiuc.ncsa.security.storage.data.MapConverter<ClientApproval> cp, boolean removeEmptyFiles, boolean removeFailedFiles)
-
Uses of ClientApproval in org.oa4mp.server.api.storage.sql
Constructor parameters in org.oa4mp.server.api.storage.sql with type arguments of type ClientApproval Constructor Description SQLClientApprovalStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ClientApproval> identifiableProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
-
Uses of ClientApproval in org.oa4mp.server.api.util
Classes in org.oa4mp.server.api.util with type parameters of type ClientApproval Modifier and Type Class Description class
ClientApprovalMemoryStore<V extends ClientApproval>
Created by Jeff Gaynor
on 7/2/18 at 2:01 PMclass
ClientApproverConverter<V extends ClientApproval>
Created by Jeff Gaynor
on 4/16/12 at 11:10 AM -
Uses of ClientApproval in org.oa4mp.server.qdl.storage
Classes in org.oa4mp.server.qdl.storage with type parameters of type ClientApproval Modifier and Type Class Description class
ApprovalStemMC<V extends ClientApproval>
Created by Jeff Gaynor
on 12/21/20 at 6:11 AM
-