Package com.pingidentity.sdk.oobauth
Class OOBAuthRequestContext.RequestingApplication
java.lang.Object
com.pingidentity.sdk.oobauth.OOBAuthRequestContext.RequestingApplication
- Enclosing class:
- OOBAuthRequestContext
Some general information about the calling application or client.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the application or client identifier.Gets the logo URL of application or client.getName()Gets the application or client name.voidSets the id.voidsetLogoUrl(String logoUrl) Sets the logo URL.voidSets the name.
-
Constructor Details
-
RequestingApplication
public RequestingApplication()
-
-
Method Details
-
getId
Gets the application or client identifier.- Returns:
- an identifier for the application.
-
setId
Sets the id.- Parameters:
id- the identifier
-
getName
Gets the application or client name.- Returns:
- the name of the application.
-
setName
Sets the name.- Parameters:
name- the name
-
getLogoUrl
Gets the logo URL of application or client.- Returns:
- the logo URL of the application, if defined. Null otherwise.
-
setLogoUrl
Sets the logo URL.- Parameters:
logoUrl- the logo URL
-