public class OIDCProviderTO extends Object implements EntityTO, ItemContainerTO
Constructor and Description |
---|
OIDCProviderTO() |
@PathParam(value="key") public void setKey(String key)
public String getName()
public void setName(String name)
public String getClientID()
public void setClientID(String clientID)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getAuthorizationEndpoint()
public void setAuthorizationEndpoint(String authorizationEndpoint)
public String getTokenEndpoint()
public void setTokenEndpoint(String tokenEndpoint)
public String getJwksUri()
public void setJwksUri(String jwksUri)
public String getIssuer()
public void setIssuer(String issuer)
public String getUserinfoEndpoint()
public void setUserinfoEndpoint(String userinfoEndpoint)
public String getEndSessionEndpoint()
public void setEndSessionEndpoint(String endSessionEndpoint)
public UserTO getUserTemplate()
public boolean getHasDiscovery()
public void setHasDiscovery(boolean hasDiscovery)
public void setUserTemplate(UserTO userTemplate)
public boolean isCreateUnmatching()
public void setCreateUnmatching(boolean createUnmatching)
public boolean isUpdateMatching()
public void setUpdateMatching(boolean updateMatching)
public boolean isSelfRegUnmatching()
public void setSelfRegUnmatching(boolean selfRegUnmatching)
public ItemTO getConnObjectKeyItem()
getConnObjectKeyItem
in interface ItemContainerTO
protected boolean addConnObjectKeyItem(ItemTO connObjectItem)
public boolean setConnObjectKeyItem(ItemTO connObjectKeyItem)
setConnObjectKeyItem
in interface ItemContainerTO
public List<ItemTO> getItems()
getItems
in interface ItemContainerTO
public boolean add(ItemTO item)
add
in interface ItemContainerTO
public boolean remove(ItemTO item)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.