oracle.ocsg.oauth2.util
Class Converter
java.lang.Object
oracle.ocsg.oauth2.util.Converter
- public final class Converter
- extends java.lang.Object
Method Summary |
static java.io.Serializable |
fromPropertySet(java.util.Set set)
|
static ApplicationAccount |
toAppAccount(java.lang.String id,
com.bea.wlcp.wlng.account.store.Application app,
ServiceProviderAccount sp)
|
static com.bea.wlcp.wlng.account.management.ApplicationDescription |
toAppDescription(java.lang.String id,
com.bea.wlcp.wlng.account.store.Application app,
com.bea.wlcp.wlng.account.management.ApplicationGroupDescription ag,
com.bea.wlcp.wlng.account.management.ServiceProviderDescription sp)
|
static com.bea.wlcp.wlng.account.management.ApplicationGroupDescription |
toAppGroupDescription(com.bea.wlcp.wlng.account.store.GroupIdentifier id,
com.bea.wlcp.wlng.account.store.StoreGroup group)
|
static java.util.Set |
toPropertySet(java.io.Serializable s)
|
static ServiceProviderAccount |
toSpAccount(java.lang.String id,
com.bea.wlcp.wlng.account.store.ServiceProvider sp)
|
static com.bea.wlcp.wlng.account.management.ServiceProviderDescription |
toSpDescription(java.lang.String id,
com.bea.wlcp.wlng.account.store.ServiceProvider sp,
com.bea.wlcp.wlng.account.management.ServiceProviderGroupDescription spg)
|
static com.bea.wlcp.wlng.account.management.ServiceProviderGroupDescription |
toSpGroupDescription(com.bea.wlcp.wlng.account.store.GroupIdentifier id,
com.bea.wlcp.wlng.account.store.StoreGroup group)
|
static AccountState |
toState(int state)
|
static AccountState |
toState(java.lang.String state)
|
static int |
toStateInt(AccountState state)
|
static java.lang.String |
toStateString(AccountState state)
|
static java.lang.String |
toStoreQueryStateString(java.lang.String oamState)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromPropertySet
public static java.io.Serializable fromPropertySet(java.util.Set set)
toAppAccount
public static ApplicationAccount toAppAccount(java.lang.String id,
com.bea.wlcp.wlng.account.store.Application app,
ServiceProviderAccount sp)
toAppDescription
public static com.bea.wlcp.wlng.account.management.ApplicationDescription toAppDescription(java.lang.String id,
com.bea.wlcp.wlng.account.store.Application app,
com.bea.wlcp.wlng.account.management.ApplicationGroupDescription ag,
com.bea.wlcp.wlng.account.management.ServiceProviderDescription sp)
toAppGroupDescription
public static com.bea.wlcp.wlng.account.management.ApplicationGroupDescription toAppGroupDescription(com.bea.wlcp.wlng.account.store.GroupIdentifier id,
com.bea.wlcp.wlng.account.store.StoreGroup group)
toPropertySet
public static java.util.Set toPropertySet(java.io.Serializable s)
toSpAccount
public static ServiceProviderAccount toSpAccount(java.lang.String id,
com.bea.wlcp.wlng.account.store.ServiceProvider sp)
toSpDescription
public static com.bea.wlcp.wlng.account.management.ServiceProviderDescription toSpDescription(java.lang.String id,
com.bea.wlcp.wlng.account.store.ServiceProvider sp,
com.bea.wlcp.wlng.account.management.ServiceProviderGroupDescription spg)
toSpGroupDescription
public static com.bea.wlcp.wlng.account.management.ServiceProviderGroupDescription toSpGroupDescription(com.bea.wlcp.wlng.account.store.GroupIdentifier id,
com.bea.wlcp.wlng.account.store.StoreGroup group)
toState
public static AccountState toState(int state)
toState
public static AccountState toState(java.lang.String state)
toStateInt
public static int toStateInt(AccountState state)
toStateString
public static java.lang.String toStateString(AccountState state)
toStoreQueryStateString
public static java.lang.String toStoreQueryStateString(java.lang.String oamState)
Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.