Questions tagged [oam]

One Address Machine (OAM) is a simple virtual CPU architecture: intended to teach the fundamentals of an instruction set, memory, addressing, high level programming, compilation assembly, etc.. The web based compiler and assembler/emulator is called OAMulator and allows programs written in a special programming language (OAMPL) to be compiled into OAM Assembly and to interpret/execute OAM Assembly code (produced by the compiler or written directly).

The OAMulator is a Web-based resource to support the teaching of instruction set architecture, assembly languages, memory, addressing, high-level programming, and compilation.

The tool is based on a simple, virtual CPU architecture, called the One Address Machine.

A compiler allows us to take programs written in a special programming language, called OAMPL, and transform them into OAM assembly.

An OAM assembler/emulator interprets and executes OAM assembly code produced by the compiler or written directly by students.

The OAMulator is targeted at non-CS students who take introductory courses in information technology or information systems. Such students are normally exposed to concepts of computer hardware and software, but it is difficult for them to make the connection between the two.

The OAM emulator resource supports the teaching of the following concepts:

  1. Von Neumann architecture
  2. registers
  3. ALU and controller
  4. CPU stages of execution
  5. instruction set architecture
  6. assembly languages
  7. memory and addressing

The OAMPL compiler resource supports the teaching of the following concepts:

  1. high-level languages
  2. compilers
  3. I/O, assignment, and control statements
  4. variable reference resolution
  5. expressions and parsing
  6. optimization

src: http://informatics.indiana.edu/fil/Papers/oamulator.pdf

33 questions
2
votes
1 answer

OAM Assembly Language clarification

I am having trouble writing an OAM program that generates a sequence of odd numbers with alternating signs starting with 1. I have written a program but it does not work and I am not sure why. Because this is a rare language if anyone can help and…
1
vote
0 answers

Custom headers in public JWKs request for Spring Security OpenID Connect

I'm using Oracle's OAM as an authentication provider. Our set-up mandates that the request to public JWKs endpoint (the one that you set with .jwkSetUri()) had a custom header: x-oauth-identity-domain-name: AppSpecificDomainName So far I was not…
1
vote
1 answer

Error: getDatabaseDefaults() failed. Do dumpStack() to see details

While following this tutorial to create OAM container: https://docs.oracle.com/en/middleware/idm/access-manager/12.2.1.4/tutorial-oam-docker/ i am faced with the follwoing error: ------------ log start ------------- CONNECTION_STRING=oamDB:1521 …
1
vote
0 answers

Generate SAML OAM metadata that works with asp.net web forms project

I am trying to configure a web application using ASP.NET for Single-SignOn with OAM based system. To configure their OAM, my client asked me to provide a SAML Service Provider metadata file matching the following format: I need to understand how do…
SUN
  • 973
  • 14
  • 38
1
vote
2 answers

OAM and Sharepoint 2013 integration

I'm using Sharepoint server 2013 running on Windows Server 2012R2 and IIS 8.5. I want to integrate sharepoint 2013 with OAM(Oracle Access Manager) for single sign on purpose. I followed some guides on the internet, but it all use webgate 10g to…
CloudKlose
  • 61
  • 1
  • 9
1
vote
1 answer

How to know which server is online or offline in a OAM cluster

Hello I´ve a problem when I try to monitor which one of a cluster oam servers is online and offline I use the the getServerDiagnosticInfo() method of AccessClient class from aSDK, but the Hashtable that returns only contains Keys (name and port of…
0
votes
0 answers

Simulation of OAM modulation and demodulation

The laser signal is simulated by matlab after OAM multiplexing, through modulation, into the ocean turbulence channel or atmospheric turbulence channel, and then demodulation analysis of transmission error Analog wireless optical communication…
0
votes
1 answer

Suggest Local Application to test SAML authentication with idp as SP initiated

I am looking for local open source application which can run in my local environment which supports SAML authentication. To test my idp as SP initiated authentication. So, I need a SP application in which I can import my idp metadata to test. Please…
0
votes
1 answer

OAMulator (print highest score of 7)

I am trying to write a program in OAMulator that is reflective of this Pseudo-code. Set highest to 0 Set count to 7 While count > 0 Get newScore Print newScore If newScore > highest Set highest to newScore Set count…
0
votes
1 answer

Spring Boot SAML 2.0 - SP with JBoss EAP

I need to integrate a Spring Boot backend (2.3.x) with SAML 2.0 authentication (for SSO purpose), implementing the Service Provider side, and then get the User object in the java backend with the various attributes valued by the Identity Provider…
Giampiero Poggi
  • 389
  • 1
  • 4
  • 13
0
votes
1 answer

Certificates, wallet creation and import certificate

Generated new csr and CA signing has been done. Created new wallet using ora pki command. Can anyone help me to understand what exactly to do get ohs acts as load balancer for SSL
vkumar
  • 1
  • 3
0
votes
1 answer

How to migrate data from OUD 11g to OUD 12c

We are migrating from 11g to 12c. We have installed 12c (OIM, OAM, OUD). What is the best way forward for migrating user data because OIM contains user data with encrypted password ?
Archy
  • 1
  • 1
0
votes
2 answers

SpringBoot 2 SSO with OAM using SAML2

I am working on a web application of tech stack contains front end ReactJS and backend SpringBoot 2 Microservices. Now it's time for the SSO integration **(single sign on) using the OAM(Oracle Access Manager) using SAML2 **. I had a discussion with…
0
votes
1 answer

oracle weblogic OAM servlet proxy - how to propagate OAMAuthnCookie

I am trying to wrestle with SSO in weblogic version is 12.2.1.3. We have integrated it with OAM/OID, within a larger application comprising of Oracle Forms & Reports. In addition to Forms, we have various custom servlet-based applications that need…
hello_earth
  • 1,442
  • 1
  • 25
  • 39
0
votes
1 answer

Apache webgate integration with docker application

My application is working in a docker container in port 80. I'm planning to integrate SSO with this application, we are using OAM apache webgate to integrate SSO. I need help in structuring this integration. I previously integrated apache webgate…
Ashwin
  • 245
  • 2
  • 7
  • 22
1
2 3